pcompress/crypto/blake2/blake2bp_avx.c

5 lines
75 B
C
Raw Normal View History

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