From 024769912e14c14d6b9f03286aa756374e2c5864 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 5 May 2016 22:18:53 -0400 Subject: [PATCH] Add ARM NEON detection code --- cpu.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cpu.cpp b/cpu.cpp index 3247e5e7..51938b74 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -22,6 +22,12 @@ #include #endif +#if CRYPTOPP_BOOL_NEON_INTRINSICS_AVAILABLE +#include +#include +#include +#endif + NAMESPACE_BEGIN(CryptoPP) // MacPorts/GCC does not provide constructor(priority). Apple/GCC and Fink/GCC do provide it.