summaryrefslogtreecommitdiff
path: root/gf2n_simd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gf2n_simd.cpp')
-rw-r--r--gf2n_simd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf2n_simd.cpp b/gf2n_simd.cpp
index 71bcbb97..c9841fc5 100644
--- a/gf2n_simd.cpp
+++ b/gf2n_simd.cpp
@@ -495,7 +495,7 @@ GF2NT_233_Square_Reduce_CLMUL(const word* pA, word* pC)
_mm_storeu_si128(pCC+1, c1);
}
-#elif defined(CRYPTOPP_ARM_PMULL_AVAILABLE)
+#elif (CRYPTOPP_ARM_PMULL_AVAILABLE)
void
GF2NT_233_Multiply_Reduce_ARMv8(const word* pA, const word* pB, word* pC)