Implementation notes: armeabi, novenablue, crypto_hash/orangishv1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_hash
Primitive: orangishv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
126688734042 16 016160 432 752refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
130651044018 16 016120 432 752refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
130668984018 16 014424 432 752refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
130671904018 16 014424 432 752refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
241462372486 16 011842 428 752refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: In file included from hash.c:4:0:
hash.c: photon.h: In function 'photon':
hash.c: photon.h:215:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int j=0; j<32; j++) {
hash.c: ^
hash.c: photon.h:215:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
hash.c: hash.c: In function 'crypto_hash_orangishv1_ref':
hash.c: hash.c:17:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int i=0; i<(CRYPTO_BYTES/2); i++) {
hash.c: ^
hash.c: hash.c:21:18: error: redefinition of 'i'
hash.c: for (int i=0; i<(CRYPTO_BYTES/2); i++) {
hash.c: ^
hash.c: hash.c:17:18: note: previous definition of 'i' was here
hash.c: for (int i=0; i<(CRYPTO_BYTES/2); i++) {
hash.c: ^
hash.c: hash.c:21:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int i=0; i<(CRYPTO_BYTES/2); i++) {
hash.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
hash.o AddRC T
hash.o FieldMult T
hash.o MixColMatrix R
hash.o MixColumn T
hash.o PHOTON_256_Permutation T
hash.o RC R
hash.o ReductionPoly R
hash.o ShiftRow T
hash.o SubCell T
hash.o TwoColMult T
hash.o WORDFILTER R
hash.o load16 T
hash.o load32 T
hash.o photon T
hash.o sbox D
hash.o store16 T
hash.o store32 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