Implementation notes: amd64, zen3, crypto_aead/elmd500v1

Computer: zen3
Architecture: amd64
CPU ID: AuthenticAMD-00a20f10-178bfbff
SUPERCOP version: 20211108
Operation: crypto_aead
Primitive: elmd500v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
14126926866 0 97650222 892 2008T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022020620211108
14271226745 0 97649942 892 2008T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022020620211108
14436827198 0 101244822 868 2104T:refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020620211108
16661927819 0 97645974 892 2008T:refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022020620211108
19062619045 0 97634486 892 2008T:refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022020620211108
19071818389 0 101234118 868 2104T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020620211108
19169716817 0 97631988 884 2008T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022020620211108
25610318124 0 101233229 860 2104T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020620211108
27046516557 0 101230517 844 2072T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022020620211108

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: encrypt.c: In function ‘crypto_aead_elmd500v1_ref_timingleaks_encrypt’:
encrypt.c: encrypt.c:94:9: warning: ‘process_AD’ accessing 16 bytes in a region of size 8 [-Wstringop-overflow=]
encrypt.c: 94 | process_AD(W, Delta_0, npub, param, ad, adlen);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:94:9: note: referencing argument 4 of type ‘unsigned char *’
encrypt.c: encrypt.c:17:13: note: in a call to function ‘process_AD’
encrypt.c: 17 | static void process_AD(
encrypt.c: | ^~~~~~~~~~
encrypt.c: encrypt.c: In function ‘crypto_aead_elmd500v1_ref_timingleaks_decrypt’:
encrypt.c: encrypt.c:174:9: warning: ‘process_AD’ accessing 16 bytes in a region of size 8 [-Wstringop-overflow=]
encrypt.c: 174 | process_AD(W, Delta_0, npub, param, ad, adlen);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:174:9: note: referencing argument 4 of type ‘unsigned char *’
encrypt.c: encrypt.c:17:13: note: in a call to function ‘process_AD’
encrypt.c: 17 | static void process_AD(
encrypt.c: | ^~~~~~~~~~

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