Implementation notes: armeabi, novenablue, crypto_aead/mixfeed

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: mixfeed
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
26341365668 267 019332 692 824refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
26348055668 267 019332 692 824refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
28879928220 267 023580 692 824refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
29662708248 267 023628 692 824refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
31662263068 267 015678 688 824refclang_-march=native_-Os_-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: In file included from encrypt.c:12:0:
encrypt.c: aes.h: In function 'aes_subbytes':
encrypt.c: aes.h:44:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int k = 0; k < 16; k++)
encrypt.c: ^
encrypt.c: aes.h:44:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: aes.h: In function 'aes_shiftrow':
encrypt.c: aes.h:57:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int k = 1; k < 4; k++)
encrypt.c: ^
encrypt.c: aes.h:60:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for (int l = 0; l < 4; l++)
encrypt.c: ^
encrypt.c: aes.h:63:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int j=0;j<k;j++)
encrypt.c: ^
encrypt.c: aes.h:65:17: error: redefinition of 'j'
encrypt.c: for(int j=0; j<4-k;j++)
encrypt.c: ^
encrypt.c: aes.h:63:17: note: previous definition of 'j' was here
encrypt.c: for(int j=0;j<k;j++)
encrypt.c: ^
encrypt.c: aes.h:65:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int j=0; j<4-k;j++)
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 aes_add_round_key T
encrypt.o aes_enc T
encrypt.o aes_key_schedule T
encrypt.o aes_mixcolumn T
encrypt.o aes_rcon D
encrypt.o aes_sbox D
encrypt.o aes_shiftrow T
encrypt.o aes_subbytes T
encrypt.o feed T
encrypt.o gmix_column T
encrypt.o proc_ad T
encrypt.o proc_txt T

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