Test results for amd64, r24000, crypto_aead/oribatida192v11

[Page version: 20240920 16:00:50]

Measurements for amd64, r24000, crypto_aead Test results for amd64, r24000, crypto_aead Test results for crypto_aead/oribatida192v11
Computer: r24000
Microarchitecture: amd64; Coffee Lake (906ea)
Architecture: amd64
CPU ID: GenuineIntel-000906ea-bfebfbff
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: oribatida192v11
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1788563913160 0 030621 820 1096T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024072820240716
222123418270 0 026355 860 1096T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024072820240716
233041577878 0 025787 860 1064T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024072820240716
247014326674 0 020739 860 1032T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024072820240716
250131587759 0 024587 860 1032T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024072820240716
454721594935 0 019676 852 1096T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024072820240716
472686746066 0 021445 820 1096T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024072820240716
545881204820 0 018584 796 1064T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024072820240716
615935205923 0 020908 812 1096T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024072820240716

Compiler output


encrypt.c: encrypt.c: In function 'crypto_aead_oribatida192v11_ref_timingleaks_encrypt':
encrypt.c: encrypt.c:387:31: warning: 'mask[11]' may be used uninitialized [-Wmaybe-uninitialized]
encrypt.c:   387 |     mask[mask_size - 1] = mask[mask_size - 1] ^ constant[0];
encrypt.c:       |                           ~~~~^~~~~~~~~~~~~~~
encrypt.c: encrypt.c: In function 'crypto_aead_oribatida192v11_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:480:31: warning: 'mask[11]' may be used uninitialized [-Wmaybe-uninitialized]
encrypt.c:   480 |     mask[mask_size - 1] = mask[mask_size - 1] ^ constant[0];
encrypt.c:       |                           ~~~~^~~~~~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0)

Namespace violations


encrypt.o SimP_2 T
encrypt.o SimP_4 T
encrypt.o SimP_round T
encrypt.o gcd T
encrypt.o generate_iv T
encrypt.o get_domain T
encrypt.o inbytelshift T
encrypt.o interbytelshift T
encrypt.o pad_1_0 T
encrypt.o process_ad T
encrypt.o process_c T
encrypt.o process_m T

Number of similar (implementation,compiler) pairs: 9, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15))
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15))
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15))
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15))
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15))
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0)