Removed CRYPTOPP_DISABLE_ASM from __BMI__ check

pull/174/head
Jeffrey Walton 2016-05-25 17:48:16 -04:00
parent addf45d4da
commit 432db09b72
1 changed files with 1 additions and 1 deletions

2
misc.h
View File

@ -59,7 +59,7 @@
#include <byteswap.h> #include <byteswap.h>
#endif #endif
#if defined(__GNUC__) && defined(__BMI__) && !defined(CRYPTOPP_DISABLE_ASM) #if defined(__GNUC__) && defined(__BMI__)
# include <immintrin.h> # include <immintrin.h>
#endif #endif