Implementation notes: amd64, icelake2, crypto_aead/flexaead128b064v1

Computer: icelake2
Architecture: amd64
CPU ID: GenuineIntel-000706e5-bfebfbff
SUPERCOP version: 20221005
Operation: crypto_aead
Primitive: flexaead128b064v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
9882336288 0 020346 764 1088T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022100420220506
9932416774 0 020250 772 1024T:refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022100420220506
9974435888 0 019570 764 1088T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022100420220506
104688515826 0 031306 772 1024T:refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022100420220506
110391322926 0 039274 772 1056T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022100420220506
111020022926 0 039346 772 1088T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022100420220506
12387088098 0 022036 764 1088T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022100420220506
17696733925 0 016305 740 1056T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022100420220506

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: In function 'dirPFK',
encrypt.c: inlined from 'sumAD' at encrypt.c:445:2:
encrypt.c: encrypt.c:367:28: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
encrypt.c: 367 | *(block+i) = (*(block+i))^(*(key_pfk+i));
encrypt.c: | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c: In function 'sumAD':
encrypt.c: encrypt.c:36:18: note: at offset 8 into destination object 'sn' of size 8
encrypt.c: 36 | unsigned char sn[BLOCKSIZE];
encrypt.c: | ^~
encrypt.c: In function 'dirPFK',
encrypt.c: inlined from 'sumAD' at encrypt.c:445:2:
encrypt.c: encrypt.c:367:28: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
encrypt.c: 367 | *(block+i) = (*(block+i))^(*(key_pfk+i));
encrypt.c: | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c: In function 'sumAD':
encrypt.c: encrypt.c:36:18: note: at offset 9 into destination object 'sn' of size 8
encrypt.c: 36 | unsigned char sn[BLOCKSIZE];
encrypt.c: | ^~
encrypt.c: In function 'dirPFK',
encrypt.c: inlined from 'sumAD' at encrypt.c:445:2:
encrypt.c: encrypt.c:367:28: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
encrypt.c: 367 | *(block+i) = (*(block+i))^(*(key_pfk+i));
encrypt.c: | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c: In function 'sumAD':
encrypt.c: encrypt.c:36:18: note: at offset 10 into destination object 'sn' of size 8
encrypt.c: ...

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