Implementation notes: armeabi, novenablue, crypto_aead/elephant176v1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: elephant176v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2047213795914 1024 021348 1448 824refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042520200417
2101985975822 1024 019540 1448 824refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042520200417
2102032225822 1024 019540 1448 824refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042520200417
2102309525822 1024 021236 1448 824refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042520200417
2124583194006 1024 016608 1440 824refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042520200417

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: encrypt.c: In function 'constcmp':
encrypt.c: encrypt.c:15:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (SIZE i = 0; i < length; ++i)
encrypt.c: ^
encrypt.c: encrypt.c:15:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c: In function 'lfsr_step':
encrypt.c: encrypt.c:25:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE i = 0; i < BLOCK_SIZE - 1; ++i)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'xor_block':
encrypt.c: encrypt.c:32:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE i = 0; i < size; ++i)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'crypto_aead_impl':
encrypt.c: encrypt.c:127:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(SIZE i = 0; i < nb_it; ++i) {
encrypt.c: ^

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

Namespace violations

Implementation: ref
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
encrypt.o constcmp T
encrypt.o crypto_aead_impl T
encrypt.o get_ad_block T
encrypt.o get_c_block T
encrypt.o lfsr_step T
encrypt.o rotl T
encrypt.o xor_block T
spongent.o Pi T
spongent.o PrintState T
spongent.o lCounter T
spongent.o pLayer T
spongent.o permutation T
spongent.o retnuoCl T
spongent.o sBoxLayer D

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref