summaryrefslogtreecommitdiffstats
path: root/src/libcryptobox/blake2/blake2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcryptobox/blake2/blake2.c')
-rw-r--r--src/libcryptobox/blake2/blake2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/blake2/blake2.c b/src/libcryptobox/blake2/blake2.c
index 7d3b281f4..fd99a0f93 100644
--- a/src/libcryptobox/blake2/blake2.c
+++ b/src/libcryptobox/blake2/blake2.c
@@ -57,7 +57,7 @@ BLAKE2B_DECLARE(avx)
#if defined(CMAKE_ARCH_x86_64) || defined(CMAKE_ARCH_i386)
BLAKE2B_DECLARE(x86)
-#define BLAKE2B_X86 BLAKE2B_IMPL(0, "x86", x86)
+#define BLAKE2B_X86 BLAKE2B_IMPL(CPUID_SSE2, "x86", x86)
#endif
/* the "always runs" version */