From 5e025947c0ae80c00ecad5824c79e2dab9a0957d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 6 May 2016 04:35:42 -0400 Subject: [PATCH] Updated etection code. Added ARMv8-a CRC32 implementations --- cpu.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cpu.cpp b/cpu.cpp index 8964d383..3247e5e7 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -22,14 +22,6 @@ #include #endif -#if CRYPTOPP_BOOL_NEON_INTRINSICS_AVAILABLE -# if defined(__linux__) -# include -# include -# endif -# include -#endif - NAMESPACE_BEGIN(CryptoPP) // MacPorts/GCC does not provide constructor(priority). Apple/GCC and Fink/GCC do provide it.