Implementation notes: armeabi, novenablue, crypto_aead/limdolen128v1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: limdolen128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
28118042292 16 017676 436 824refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
28146012048 16 014686 432 824refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
28152032292 16 015980 436 824refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
28152312292 16 015980 436 824refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
32145512300 16 017700 436 824refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417

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 'e128Rounds':
encrypt.c: encrypt.c:32:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int round_num = 0; round_num < ROUNDS; round_num++) {
encrypt.c: ^
encrypt.c: encrypt.c:32:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c: In function 'blockEncryptor':
encrypt.c: encrypt.c:89:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(unsigned long long x = 0; x < numBlocks; x++) {
encrypt.c: ^
encrypt.c: encrypt.c:94:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 0; i<CRYPTO_BYTES && x*CRYPTO_BYTES+i < len; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:98:17: error: redefinition of 'i'
encrypt.c: for(int i = CRYPTO_BYTES-1; i >= 0; i--) {
encrypt.c: ^
encrypt.c: encrypt.c:94:18: note: previous definition of 'i' was here
encrypt.c: for (int i = 0; i<CRYPTO_BYTES && x*CRYPTO_BYTES+i < len; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:98:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = CRYPTO_BYTES-1; i >= 0; i--) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'makeTag':
encrypt.c: encrypt.c:114:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i=0; i<CRYPTO_BYTES; i++) {
encrypt.c: ^
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 e128Rounds T
encrypt.o roundConsts 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