Test results for ppc64, power9, crypto_aead/simonjambu128v2

[Page version: 20250927 20:45:55]

Measurements for ppc64, power9, crypto_aead Test results for ppc64, power9, crypto_aead Test results for crypto_aead/simonjambu128v2
Computer: power9
Microarchitecture: ppc64; POWER9 (004e1203)
Architecture: ppc64
CPU ID: unknown CPU ID
SUPERCOP version: 20210326
Operation: crypto_aead
Primitive: simonjambu128v2

Test failure


error 111
crypto_aead_decrypt returns nonzero

Number of similar (implementation,compiler) pairs: 20, namely:
ImplementationCompiler
T:refclang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refgcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
T:refgcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)

Test failure


error 111
crypto_aead_decrypt returns nonzero
error 111
crypto_aead_decrypt returns nonzero

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)

Compiler output


encrypt_simon128.c: encrypt_simon128.c:219:12: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses]
encrypt_simon128.c:         if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c:                   ^~~~~~~~~~~~~~
encrypt_simon128.c: encrypt_simon128.c:219:12: note: place parentheses around the '!=' expression to silence this warning
encrypt_simon128.c:         if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c:                   ^
encrypt_simon128.c:                     (           )
encrypt_simon128.c: encrypt_simon128.c:219:12: note: place parentheses around the & expression to evaluate it first
encrypt_simon128.c:         if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c:                   ^
encrypt_simon128.c:              (             )
encrypt_simon128.c: 1 warning generated.

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
T:refclang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)

Compiler output


encrypt_simon128.c: encrypt_simon128.c:219:12: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses]
encrypt_simon128.c:         if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c:                   ^~~~~~~~~~~~~~
encrypt_simon128.c: encrypt_simon128.c:219:12: note: place parentheses around the '!=' expression to silence this warning
encrypt_simon128.c:         if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c:                   ^
encrypt_simon128.c:                     (           )
encrypt_simon128.c: encrypt_simon128.c:219:12: note: place parentheses around the & expression to evaluate it first
encrypt_simon128.c:         if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c:                   ^
encrypt_simon128.c:              (             )
encrypt_simon128.c: 1 warning generated.
encrypt_simon128.c: encrypt_simon128.c:219:12: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses]
encrypt_simon128.c:         if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c:                   ^~~~~~~~~~~~~~
encrypt_simon128.c: encrypt_simon128.c:219:12: note: place parentheses around the '!=' expression to silence this warning
encrypt_simon128.c:         if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c:                   ^
encrypt_simon128.c:                     (           )
encrypt_simon128.c: encrypt_simon128.c:219:12: note: place parentheses around the & expression to evaluate it first
encrypt_simon128.c:         if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c:                   ^
encrypt_simon128.c:              (             )
encrypt_simon128.c: 1 warning generated.

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)