Implementation notes: amd64, comet, crypto_aead/flexaead128b128v1

Computer: comet
Microarchitecture: amd64; Comet Lake (806ec)
Architecture: amd64
CPU ID: GenuineIntel-000806ec-bfebfbff
SUPERCOP version: 20240107
Operation: crypto_aead
Primitive: flexaead128b128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
90117816538 0 032977 852 1024T:refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024010620231222
94758224566 0 042249 852 1088T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024010620231222
95152224566 0 041953 852 1056T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024010620231222
9767176083 0 020116 780 1088T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024010620231222
9988476448 0 020836 780 1088T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024010620231222
10114657118 0 021145 852 1024T:refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024010620231222
11108717146 0 021791 844 1088T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024010620231222
16876914042 0 016743 756 1056T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024010620231222

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:381:49: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
encrypt.c: 381 | *(block+i+(blocklen/2)) = (*(block+i))^(*(block+i+(blocklen/2)));
encrypt.c: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c: In function 'sumAD':
encrypt.c: encrypt.c:36:18: note: at offset 33 into destination object 'sn' of size 16
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:381:49: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
encrypt.c: 381 | *(block+i+(blocklen/2)) = (*(block+i))^(*(block+i+(blocklen/2)));
encrypt.c: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c: In function 'sumAD':
encrypt.c: encrypt.c:36:18: note: at offset 34 into destination object 'sn' of size 16
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:381:49: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
encrypt.c: 381 | *(block+i+(blocklen/2)) = (*(block+i))^(*(block+i+(blocklen/2)));
encrypt.c: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c: In function 'sumAD':
encrypt.c: encrypt.c:36:18: note: at offset 35 into destination object 'sn' of size 16
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