From 7dc1029c2c79f65a716ff9e44f3ab7e402d426ce Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 2 Mar 2024 12:40:54 -0500 Subject: sha3.c: fix comment --- sha3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sha3.c') 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 -- cgit v1.2.3