Fix MacOS compilation

This commit is contained in:
SChernykh
2020-03-11 16:35:52 +01:00
parent 838bd14948
commit f9c84ac456
4 changed files with 7 additions and 3 deletions

View File

@@ -40,6 +40,9 @@
.global DECL(SHA3_256_AVX2_ASM)
ALIGN 64
DECL(SHA3_256_AVX2_ASM):
#include "sha3_256_avx2.inc"
KeccakF1600_AVX2_ASM: