Updated etection code. Added ARMv8-a CRC32 implementations

pull/174/head
Jeffrey Walton 2016-05-06 04:35:42 -04:00
parent 9711fd1d44
commit 5e025947c0
1 changed files with 0 additions and 8 deletions

View File

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