diff options
author | Jack Lloyd <[email protected]> | 2016-07-25 10:56:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-07-25 10:56:16 -0400 |
commit | 5d50db6e964a9305d7271301804a1dcb4ce22606 (patch) | |
tree | 54a58e209723ecccf0817bc176a935c8ca898af5 | |
parent | cbe70db412126518b705545d666159a496a9e63d (diff) |
SSE2 had been disabled for testing, missed it on checkin of 6907e196
-rw-r--r-- | src/lib/utils/simd/simd_32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/simd/simd_32.h b/src/lib/utils/simd/simd_32.h index 351146f22..0b4ca8f03 100644 --- a/src/lib/utils/simd/simd_32.h +++ b/src/lib/utils/simd/simd_32.h @@ -12,7 +12,7 @@ #include <botan/loadstor.h> #include <botan/bswap.h> -#if defined(BOTAN_TARGET_SUPPORTS_SSE2) && 0 +#if defined(BOTAN_TARGET_SUPPORTS_SSE2) #include <emmintrin.h> #define BOTAN_SIMD_USE_SSE2 |