Implementation notes: amd64, zen3, crypto_aead/elmd51271v1

Computer: zen3
Architecture: amd64
CPU ID: AuthenticAMD-00a20f10-178bfbff
SUPERCOP version: 20211108
Operation: crypto_aead
Primitive: elmd51271v1

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_elmd51271v1_ref_timingleaks_encrypt’:
encrypt.c: encrypt.c:95:9: warning: ‘process_AD’ accessing 16 bytes in a region of size 8 [-Wstringop-overflow=]
encrypt.c: 95 | process_AD(W, Delta_0, npub, param, ad, adlen);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:95:9: note: referencing argument 4 of type ‘unsigned char *’
encrypt.c: encrypt.c:19:13: note: in a call to function ‘process_AD’
encrypt.c: 19 | static void process_AD(
encrypt.c: | ^~~~~~~~~~
encrypt.c: encrypt.c: In function ‘crypto_aead_elmd51271v1_ref_timingleaks_decrypt’:
encrypt.c: encrypt.c:177:9: warning: ‘process_AD’ accessing 16 bytes in a region of size 8 [-Wstringop-overflow=]
encrypt.c: 177 | process_AD(W, Delta_0, npub, param, ad, adlen);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:177:9: note: referencing argument 4 of type ‘unsigned char *’
encrypt.c: encrypt.c:19:13: note: in a call to function ‘process_AD’
encrypt.c: 19 | 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