summaryrefslogtreecommitdiff
path: root/sha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sha.cpp')
-rw-r--r--sha.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha.cpp b/sha.cpp
index 969f28ce..587405b5 100644
--- a/sha.cpp
+++ b/sha.cpp
@@ -1033,7 +1033,7 @@ std::string SHA512_AlgorithmProvider()
if (HasSSE2())
return "SSE2";
#endif
-#if CRYPTOGAMS_ARM_SHA512
+#if CRYPTOGAMS_ARM_SHA512 && 0
if (HasNEON())
return "NEON";
if (HasARMv7())