pcompress/crypto/blake2/blake2b_avx.c

4 lines
74 B
C

#define HAVE_AVX
#define BLAKE_NAMESPACE(x) x##_avx
#include "blake2b.c"