Implementation notes: armeabi, tinker, crypto_aead/flexaead128b064v1

Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240107
Operation: crypto_aead
Primitive: flexaead128b064v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
23141625408 0 016237 384 824T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024012820240107
32992439100 0 022794 412 824T:refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2024012820240107
34942025556 0 015949 384 816T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024012820240107
34956833264 0 012085 376 816T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2024012820240107

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 ‘dirShuffleLayer’,
encrypt.c: inlined from ‘dirPFK’ at encrypt.c:371:3,
encrypt.c: inlined from ‘sumAD’ at encrypt.c:445:2:
encrypt.c: encrypt.c:342:32: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
encrypt.c: 342 | *(state+2*i+0) = ( (*(block+i+0)) & 0xf0) + ((*(block+i+(blocklen/2))&0xf0)>>4);
encrypt.c: | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c: In function ‘sumAD’:
encrypt.c: encrypt.c:35:18: note: at offset 8 into destination object ‘state’ of size 8
encrypt.c: 35 | unsigned char state[BLOCKSIZE];
encrypt.c: | ^~~~~
encrypt.c: In function ‘dirShuffleLayer’,
encrypt.c: inlined from ‘dirPFK’ at encrypt.c:371:3,
encrypt.c: inlined from ‘sumAD’ at encrypt.c:445:2:
encrypt.c: encrypt.c:343:32: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
encrypt.c: 343 | *(state+2*i+1) = ( (*(block+i+0) & 0x0f)<<4) + ((*(block+i+(blocklen/2))&0x0f));
encrypt.c: | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c: In function ‘sumAD’:
encrypt.c: encrypt.c:35:18: note: at offset 9 into destination object ‘state’ of size 8
encrypt.c: 35 | unsigned char state[BLOCKSIZE];
encrypt.c: | ^~~~~
encrypt.c: In function ‘dirShuffleLayer’,
encrypt.c: inlined from ‘dirPFK’ at encrypt.c:371:3,
encrypt.c: inlined from ‘sumAD’ at encrypt.c:445:2:
encrypt.c: encrypt.c:342:32: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
encrypt.c: 342 | *(state+2*i+0) = ( (*(block+i+0)) & 0xf0) + ((*(block+i+(blocklen/2))&0xf0)>>4);
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