diff options
| -rw-r--r-- | crypto/sha3_generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha3_generic.c b/crypto/sha3_generic.c index 951c4eb70262..ded148783303 100644 --- a/crypto/sha3_generic.c +++ b/crypto/sha3_generic.c | |||
| @@ -152,7 +152,7 @@ static SHA3_INLINE void keccakf_round(u64 st[25]) | |||
| 152 | st[24] ^= bc[ 4]; | 152 | st[24] ^= bc[ 4]; |
| 153 | } | 153 | } |
| 154 | 154 | ||
| 155 | static void __attribute__((__optimize__("O3"))) keccakf(u64 st[25]) | 155 | static void __optimize("O3") keccakf(u64 st[25]) |
| 156 | { | 156 | { |
| 157 | int round; | 157 | int round; |
| 158 | 158 | ||
