Implementation notes: armeabi, novenablue, crypto_aead/orangezestv1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: orangezestv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
251855787730 16 023273 444 824refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
259777917682 16 023209 444 824refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
259815787550 16 021377 444 824refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
259883317550 16 021377 444 824refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042620200417
481669835098 16 017883 440 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:11:0:
encrypt.c: orangemodule.h: In function 'byte_wise_lshift':
encrypt.c: orangemodule.h:33:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = 0; i < no_cycle; i++)
encrypt.c: ^
encrypt.c: orangemodule.h:33:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: orangemodule.h:36:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int j=0; j<byte_shift_period;j++){
encrypt.c: ^
encrypt.c: orangemodule.h: In function 'alpha_mult':
encrypt.c: orangemodule.h:84:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int j=0; j<16;j++)
encrypt.c: ^
encrypt.c: orangemodule.h:95:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i=0;i<16;i++)
encrypt.c: ^
encrypt.c: orangemodule.h: In function 'mult':
encrypt.c: orangemodule.h:104:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i=0 ; i<c ;i++)
encrypt.c: ^
encrypt.c: orangemodule.h: In function 'hash':
encrypt.c: orangemodule.h:137:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(ul j=0;j<blen;j++)
encrypt.c: ^
encrypt.c: orangemodule.h: In function 'rho':
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 AddRC T
encrypt.o FieldMult T
encrypt.o MixColMatrix R
encrypt.o MixColumn T
encrypt.o PHOTON_256_Permutation T
encrypt.o RC R
encrypt.o ReductionPoly R
encrypt.o ShiftRow T
encrypt.o SubCell T
encrypt.o TwoColMult T
encrypt.o WORDFILTER R
encrypt.o alpha_mult T
encrypt.o byte_wise_lshift T
encrypt.o gcd T
encrypt.o hash T
encrypt.o inbytelshift T
encrypt.o interbytelshift T
encrypt.o load16 T
encrypt.o load32 T
encrypt.o mult T
encrypt.o rho T
encrypt.o sbox D
encrypt.o store16 T
encrypt.o store32 T
encrypt.o tag T
encrypt.o 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