Implementation notes: amd64, raptor, crypto_aead/flexaead128b064v1

Computer: raptor
Microarchitecture: amd64; Raptor Cove (b06a2)
Architecture: amd64
CPU ID: GenuineIntel-000b06a2-40-bfebfbff
SUPERCOP version: 20231107
Operation: crypto_aead
Primitive: flexaead128b064v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
9122985983 0 019714 764 1096T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023110820230530
9138846808 0 020498 772 1032T:refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023110820230530
9147476399 0 020386 764 1096T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023110820230530
92198314291 0 031282 772 1064T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023110820230530
92330114291 0 031426 772 1064T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023110820230530
94346812808 0 028794 772 1032T:refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023110820230530
11483836791 0 021004 764 1096T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023110820230530
18169583919 0 016289 740 1064T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023110820230530

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