[Page version: 20241105 13:29:25]
Measurements for aarch64, pi3bplus, crypto_encrypt Test results for aarch64, pi3bplus, crypto_encrypt Test results for crypto_encrypt/ntruees743ep1ntru_crypto_sha1.c: ntru_crypto_sha1.c: In function 'sha1_blk': ntru_crypto_sha1.c: ntru_crypto_sha1.c:85:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] ntru_crypto_sha1.c: 85 | E += RL(A, 5) + K00_19 + (B & (C ^ D) ^ D) + data[ 0]; B = RL(B, 30); ntru_crypto_sha1.c: | ~~^~~~~~~~~ ntru_crypto_sha1.c: ntru_crypto_sha1.c:86:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] ntru_crypto_sha1.c: 86 | D += RL(E, 5) + K00_19 + (A & (B ^ C) ^ C) + data[ 1]; A = RL(A, 30); ntru_crypto_sha1.c: | ~~^~~~~~~~~ ntru_crypto_sha1.c: ntru_crypto_sha1.c:87:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] ntru_crypto_sha1.c: 87 | C += RL(D, 5) + K00_19 + (E & (A ^ B) ^ B) + data[ 2]; E = RL(E, 30); ntru_crypto_sha1.c: | ~~^~~~~~~~~ ntru_crypto_sha1.c: ntru_crypto_sha1.c:88:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] ntru_crypto_sha1.c: 88 | B += RL(C, 5) + K00_19 + (D & (E ^ A) ^ A) + data[ 3]; D = RL(D, 30); ntru_crypto_sha1.c: | ~~^~~~~~~~~ ntru_crypto_sha1.c: ntru_crypto_sha1.c:89:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] ntru_crypto_sha1.c: 89 | A += RL(B, 5) + K00_19 + (C & (D ^ E) ^ E) + data[ 4]; C = RL(C, 30); ntru_crypto_sha1.c: | ~~^~~~~~~~~ ntru_crypto_sha1.c: ntru_crypto_sha1.c:90:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] ntru_crypto_sha1.c: 90 | E += RL(A, 5) + K00_19 + (B & (C ^ D) ^ D) + data[ 5]; B = RL(B, 30); ntru_crypto_sha1.c: | ~~^~~~~~~~~ ntru_crypto_sha1.c: ntru_crypto_sha1.c:91:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] ntru_crypto_sha1.c: 91 | D += RL(E, 5) + K00_19 + (A & (B ^ C) ^ C) + data[ 6]; A = RL(A, 30); ntru_crypto_sha1.c: | ~~^~~~~~~~~ ntru_crypto_sha1.c: ntru_crypto_sha1.c:92:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] ntru_crypto_sha1.c: 92 | C += RL(D, 5) + K00_19 + (E & (A ^ B) ^ B) + data[ 7]; E = RL(E, 30); ntru_crypto_sha1.c: | ~~^~~~~~~~~ ntru_crypto_sha1.c: ...
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |