From 0d39d865eec8f6def6068c3bc08b1c55e7358f3e Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 18 Sep 2023 19:42:53 -0400 Subject: tests/permute: remove iota optimization comment --- tests/permute/permute.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/permute/permute.c b/tests/permute/permute.c index 3a236a0..9d2be35 100644 --- a/tests/permute/permute.c +++ b/tests/permute/permute.c @@ -438,8 +438,6 @@ void permute_avx512(uint64_t a[static 25], const size_t num_rounds) { // beginning and end of the function. // // there are still several optimizations that can be done. for example: -// - iota does not need to reload the round constant every round -// (only every 8th round) // - some spills could be addressed // - probably more unnecessary register usage void permute_avx512_fast(uint64_t s[static 25], const size_t num_rounds) { -- cgit v1.2.3