aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcryptobox')
-rw-r--r--src/libcryptobox/cryptobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/cryptobox.c b/src/libcryptobox/cryptobox.c
index d0f89e37b..7fe1f5418 100644
--- a/src/libcryptobox/cryptobox.c
+++ b/src/libcryptobox/cryptobox.c
@@ -151,7 +151,7 @@ rspamd_cryptobox_test_instr (gint instr)
switch (instr) {
#ifdef HAVE_SSE2
case CPUID_SSE2:
- __asm__ volatile ("pmuludq %xmm0, %xmm0");
+ __asm__ volatile ("psubb %xmm0, %xmm0");
break;
case CPUID_RDRAND:
/* Use byte code here for compatibility */