Implementation notes: amd64, hertz, crypto_aead/aes256otrpv1

Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20240107
Operation: crypto_aead
Primitive: aes256otrpv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
9831910113 4400 35227890 5252 1448T:refclang-17_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023121920231217
9838210097 4400 35227746 5252 1448T:refclang-17_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023121920231217
1134837533 4392 35222732 5212 1480T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121920231217
11448316367 4392 43233564 5212 1640T:refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121920231217
1239066848 4400 35221828 5244 1448T:refclang-17_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023121920231217
1436055136 4392 35218528 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