Implementation notes: amd64, hertz, crypto_aead/aes128otrpv2

Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20240425
Operation: crypto_aead
Primitive: aes128otrpv2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
7857113302 4400 35234238 5236 1448T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024042920240425
7873313318 4400 35234366 5236 1448T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024042920240425
897437533 4392 35222717 5204 1480T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121920231217
9087516399 4392 43233581 5204 1640T:refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121920231217
973796952 4400 35221904 5228 1448T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024042920240425
1172335182 4392 35218664 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:361:4:
OTR.c: OTR.c:417:22: warning: writing 32 bytes into a region of size 16 [-Wstringop-overflow=]
OTR.c: 417 | z[i] = x[i]^y[i];
OTR.c: | ~~~~~^~~~~~~~~~~
OTR.c: OTR.c: In function 'AE_Decrypt':
OTR.c: OTR.c:350:15: note: destination object 'loctag' of size 16
OTR.c: 350 | 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