Test results for amd64, hertz, crypto_aead/elephant160v2

[Page version: 20260629 14:45:54]

Measurements for amd64, hertz, crypto_aead Test results for amd64, hertz, crypto_aead Test results for crypto_aead/elephant160v2
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20260627
Operation: crypto_aead
Primitive: elephant160v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
313608526721 1024 037118 2272 1792T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026062720260627
341706175778 1024 037901 2312 1696T:refclang-22 -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026062720260627
347710875570 1024 037709 2312 1696T:refclang-22 -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026062720260627
375701974685 1024 031390 2272 1792T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026062720260627
375937514709 1024 030493 2296 1696T:refclang-22 -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026062720260627
736378092577 1024 027417 2248 1696T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026062720260627

Compiler output


encrypt.c: In function 'xor_block',
encrypt.c:     inlined from 'crypto_aead_impl' at encrypt.c:142:13:
encrypt.c: encrypt.c:34:18: warning: writing 32 bytes into a region of size 20 [-Wstringop-overflow=]
encrypt.c:    34 |         state[i] ^= block[i];
encrypt.c:       |         ~~~~~~~~~^~~~~~~~~~~
encrypt.c: encrypt.c: In function 'crypto_aead_impl':
encrypt.c: encrypt.c:121:10: note: destination object 'buffer' of size 20
encrypt.c:   121 |     BYTE buffer[BLOCK_SIZE];
encrypt.c:       |          ^~~~~~

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

Namespace violations


encrypt.o constcmp T
encrypt.o crypto_aead_impl T
encrypt.o get_ad_block T
encrypt.o get_c_block T
encrypt.o lfsr_step T
encrypt.o rotl3 T
encrypt.o xor_block T
spongent.o Pi T
spongent.o PrintState T
spongent.o lCounter T
spongent.o pLayer T
spongent.o permutation T
spongent.o retnuoCl T
spongent.o sBoxLayer D

Number of similar (implementation,compiler) pairs: 6, namely:
ImplementationCompiler
T:refclang-22 -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_22.1.2_(1ubuntu1))
T:refclang-22 -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_22.1.2_(1ubuntu1))
T:refclang-22 -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_22.1.2_(1ubuntu1))
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0)