mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 12:40:02 +00:00
pacify check-names
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
865480279c
commit
1cf3585ee4
@ -156,7 +156,7 @@ static void keccak_f1600(mbedtls_sha3_context *ctx)
|
||||
#endif
|
||||
|
||||
/* Chi */
|
||||
#if !defined(MBEDTLS_SHA3_CHI_UNROLL) && !defined(MBEDTLS_COMPILER_IS_GCC)
|
||||
#if !defined(MBEDTLS_SHA3_CHI_UNROLL) && !defined(MBEDTLS_COMPILER_IS_GCC) //no-check-names
|
||||
/* GCC doesn't perform well with the rolled-up version, especially at -O2. */
|
||||
for (i = 0; i <= 20; i += 5) {
|
||||
lane[0] = s[i]; lane[1] = s[i + 1]; lane[2] = s[i + 2]; lane[3] = s[i + 3]; lane[4] = s[i + 4];
|
||||
|
Loading…
x
Reference in New Issue
Block a user