Implementation notes: amd64, hertz, crypto_aead/aes128otrpv1

Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20240425
Operation: crypto_aead
Primitive: aes128otrpv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
7865413326 4400 35234374 5236 1448T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024042920240425
7876613294 4400 35234230 5236 1448T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024042920240425
896597533 4392 35222812 5212 1480T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121920231217
9102516367 4392 43233644 5212 1640T:refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121920231217
973546943 4400 35221904 5228 1448T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024042920240425
1171725136 4392 35218616 5180 1448T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121920231217

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
OTR.c: In function 'xorp',
OTR.c: inlined from 'AE_Decrypt' at OTR.c:346:4:
OTR.c: OTR.c:402:22: warning: writing 32 bytes into a region of size 16 [-Wstringop-overflow=]
OTR.c: 402 | z[i] = x[i]^y[i];
OTR.c: | ~~~~~^~~~~~~~~~~
OTR.c: OTR.c: In function 'AE_Decrypt':
OTR.c: OTR.c:335:15: note: destination object 'loctag' of size 16
OTR.c: 335 | uint8 loctag[BLOCK];
OTR.c: | ^~~~~~

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref