Add ARM NEON detection code

pull/174/head
Jeffrey Walton 2016-05-05 22:18:53 -04:00
parent d37afa9ab0
commit 024769912e
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@
#include <emmintrin.h>
#endif
#if CRYPTOPP_BOOL_NEON_INTRINSICS_AVAILABLE
#include <sys/auxv.h>
#include <asm/hwcap.h>
#include <arm_neon.h>
#endif
NAMESPACE_BEGIN(CryptoPP)
// MacPorts/GCC does not provide constructor(priority). Apple/GCC and Fink/GCC do provide it.