Add Windows ARM NEON dtection

pull/174/head
Jeffrey Walton 2016-05-06 01:28:06 -04:00
parent 024769912e
commit 9711fd1d44
1 changed files with 5 additions and 3 deletions

View File

@ -23,9 +23,11 @@
#endif #endif
#if CRYPTOPP_BOOL_NEON_INTRINSICS_AVAILABLE #if CRYPTOPP_BOOL_NEON_INTRINSICS_AVAILABLE
#include <sys/auxv.h> # if defined(__linux__)
#include <asm/hwcap.h> # include <sys/auxv.h>
#include <arm_neon.h> # include <asm/hwcap.h>
# endif
# include <arm_neon.h>
#endif #endif
NAMESPACE_BEGIN(CryptoPP) NAMESPACE_BEGIN(CryptoPP)