summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sha3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha3.c b/sha3.c
index 50c6843..d0f6cda 100644
--- a/sha3.c
+++ b/sha3.c
@@ -184,7 +184,7 @@ static inline void permute(uint64_t a[static 25], const size_t num_rounds) {
iota(a, 24 - num_rounds + i);
}
}
-#endif /* __AVX512F__ */
+#endif /* !__AVX512F__ */
#ifdef __AVX512F__
#include <immintrin.h>