From: Vsevolod Stakhov Date: Wed, 8 Apr 2015 12:45:09 +0000 (+0100) Subject: Fix binary flags. X-Git-Tag: 0.9.0~289 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=04bcabcb61e2eac364ecb84f2709e4ca53b62921;p=rspamd.git Fix binary flags. --- diff --git a/src/libcryptobox/platform_config.h.in b/src/libcryptobox/platform_config.h.in index 8feecb229..b71306e99 100644 --- a/src/libcryptobox/platform_config.h.in +++ b/src/libcryptobox/platform_config.h.in @@ -15,7 +15,7 @@ #define CPUID_AVX 0x2 #define CPUID_SSE2 0x4 #define CPUID_SSE3 0x8 -#define CPUID_SSSE3 0x16 -#define CPUID_SSE41 0x32 +#define CPUID_SSSE3 0x10 +#define CPUID_SSE41 0x20 #endif \ No newline at end of file