Implementation notes: armeabi, novenablue, crypto_aead/hern128v1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: hern128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
185777266988 0 022417 432 1084refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042520200417
187651656948 0 020665 432 1084refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042520200417
187657656948 0 022361 432 1084refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042520200417
187668886948 0 020665 432 1084refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042520200417
464171112676 0 015347 428 1084refclang_-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 'CoreStep':
encrypt.c: encrypt.c:37:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 0; i < 4; i++)
encrypt.c: ^
encrypt.c: encrypt.c:37:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c:39:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int j = 0; j < 63; j++)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'InitByte':
encrypt.c: encrypt.c:66:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 0; i < 8; i++)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'EncryptByte':
encrypt.c: encrypt.c:89:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 0; i < 8; i++)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'DecryptByte':
encrypt.c: encrypt.c:113:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int i = 0; i < 8; i++)
encrypt.c: ^
encrypt.c: encrypt.c: In function 'Load':
encrypt.c: encrypt.c:124:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int rc = 0; rc < 4; rc++)
encrypt.c: ^
encrypt.c: encrypt.c:126:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
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 CONSTANT R
encrypt.o CoreStep T
encrypt.o DecryptBit T
encrypt.o DecryptByte T
encrypt.o EncryptBit T
encrypt.o EncryptByte T
encrypt.o InitBit T
encrypt.o InitByte T
encrypt.o Load T
encrypt.o S C
encrypt.o a C
encrypt.o b C

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