Test results for armeabi, bblack, crypto_kem/bikel3
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_kem
Test results for armeabi, bblack, crypto_kem
Test results for crypto_kem/bikel3
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_kem
Primitive: bikel3
Test failure
error 111
crypto_kem_dec does not match k
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
decode.c: decode.c:98:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
decode.c: DEFER_CLEANUP(pad_r_t e0 = {0}, pad_r_cleanup);
decode.c: ^
decode.c: {
decode.c: ./cleanup.h:14:41: note: expanded from macro 'DEFER_CLEANUP'
decode.c: __attribute__((cleanup(_thecleanup))) _thealloc
decode.c: ^~~~~~~~~
decode.c: decode.c:99:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
decode.c: DEFER_CLEANUP(pad_r_t e1 = {0}, pad_r_cleanup);
decode.c: ^
decode.c: {
decode.c: ./cleanup.h:14:41: note: expanded from macro 'DEFER_CLEANUP'
decode.c: __attribute__((cleanup(_thecleanup))) _thealloc
decode.c: ^~~~~~~~~
decode.c: decode.c:279:32: warning: suggest braces around initialization of subobject [-Wmissing-braces]
decode.c: DEFER_CLEANUP(e_t black_e = {0}, e_cleanup);
decode.c: ^
decode.c: {
decode.c: ./cleanup.h:14:41: note: expanded from macro 'DEFER_CLEANUP'
decode.c: __attribute__((cleanup(_thecleanup))) _thealloc
decode.c: ^~~~~~~~~
decode.c: decode.c:280:31: warning: suggest braces around initialization of subobject [-Wmissing-braces]
decode.c: DEFER_CLEANUP(e_t gray_e = {0}, e_cleanup);
decode.c: ^
decode.c: {
decode.c: ...
gf2x_inv.c: gf2x_inv.c:106:30: warning: suggest braces around initialization of subobject [-Wmissing-braces]
gf2x_inv.c: DEFER_CLEANUP(pad_r_t f = {0}, pad_r_cleanup);
gf2x_inv.c: ^
gf2x_inv.c: {
gf2x_inv.c: ./cleanup.h:14:41: note: expanded from macro 'DEFER_CLEANUP'
gf2x_inv.c: __attribute__((cleanup(_thecleanup))) _thealloc
gf2x_inv.c: ^~~~~~~~~
gf2x_inv.c: gf2x_inv.c:107:30: warning: suggest braces around initialization of subobject [-Wmissing-braces]
gf2x_inv.c: DEFER_CLEANUP(pad_r_t g = {0}, pad_r_cleanup);
gf2x_inv.c: ^
gf2x_inv.c: {
gf2x_inv.c: ./cleanup.h:14:41: note: expanded from macro 'DEFER_CLEANUP'
gf2x_inv.c: __attribute__((cleanup(_thecleanup))) _thealloc
gf2x_inv.c: ^~~~~~~~~
gf2x_inv.c: gf2x_inv.c:108:30: warning: suggest braces around initialization of subobject [-Wmissing-braces]
gf2x_inv.c: DEFER_CLEANUP(pad_r_t t = {0}, pad_r_cleanup);
gf2x_inv.c: ^
gf2x_inv.c: {
gf2x_inv.c: ./cleanup.h:14:41: note: expanded from macro 'DEFER_CLEANUP'
gf2x_inv.c: __attribute__((cleanup(_thecleanup))) _thealloc
gf2x_inv.c: ^~~~~~~~~
gf2x_inv.c: 3 warnings generated.
kem.c: kem.c:41:36: warning: suggest braces around initialization of subobject [-Wmissing-braces]
kem.c: DEFER_CLEANUP(sha_dgst_t dgst = {0}, sha_dgst_cleanup);
kem.c: ^
kem.c: {
kem.c: ./cleanup.h:14:41: note: expanded from macro 'DEFER_CLEANUP'
kem.c: __attribute__((cleanup(_thecleanup))) _thealloc
kem.c: ^~~~~~~~~
kem.c: kem.c:61:36: warning: suggest braces around initialization of subobject [-Wmissing-braces]
kem.c: DEFER_CLEANUP(sha_dgst_t dgst = {0}, sha_dgst_cleanup);
kem.c: ^
kem.c: {
kem.c: ./cleanup.h:14:41: note: expanded from macro 'DEFER_CLEANUP'
kem.c: __attribute__((cleanup(_thecleanup))) _thealloc
kem.c: ^~~~~~~~~
kem.c: kem.c:84:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
kem.c: pad_r_t p_ct = {0};
kem.c: ^
kem.c: {}
kem.c: kem.c:85:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
kem.c: pad_r_t p_pk = {0};
kem.c: ^
kem.c: {}
kem.c: kem.c:130:38: warning: suggest braces around initialization of subobject [-Wmissing-braces]
kem.c: DEFER_CLEANUP(aligned_sk_t l_sk = {0}, sk_cleanup);
kem.c: ^
kem.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |