Updated etection code. Added ARMv8-a CRC32 implementations
parent
9711fd1d44
commit
5e025947c0
8
cpu.cpp
8
cpu.cpp
|
|
@ -22,14 +22,6 @@
|
||||||
#include <emmintrin.h>
|
#include <emmintrin.h>
|
||||||
#endif
|
#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)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
// MacPorts/GCC does not provide constructor(priority). Apple/GCC and Fink/GCC do provide it.
|
// MacPorts/GCC does not provide constructor(priority). Apple/GCC and Fink/GCC do provide it.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue