Merge branch 'master' into arm-neon

pull/157/merge
Jeffrey Walton 2016-05-25 18:07:18 -04:00
commit 33582d330a
1 changed files with 1 additions and 1 deletions

2
misc.h
View File

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