Implementation notes: armeabi, novenablue, crypto_hash/heron256v1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_hash
Primitive: heron256v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
164300599400 0 021625 424 1524refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
164765909400 0 019913 424 1524refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
164772339400 0 021609 424 1524refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
164775099400 0 019913 424 1524refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417
317406842692 0 012155 420 1524refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042320200417

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: hash.c: In function 'CoreStep':
hash.c: hash.c:37:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int i = 0; i < 4; i++)
hash.c: ^
hash.c: hash.c:37:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
hash.c: hash.c:39:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int j = 0; j < 63; j++)
hash.c: ^
hash.c: hash.c: In function 'BfStep':
hash.c: hash.c:55:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int i = 0; i < 511; i++)
hash.c: ^
hash.c: hash.c: In function 'HashByte':
hash.c: hash.c:82:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int i = 0; i < 8; i++)
hash.c: ^
hash.c: hash.c: In function 'Load':
hash.c: hash.c:95:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for (int i = 0; i < 4; i++)
hash.c: ^
hash.c: hash.c:97:3: 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: hash.c:105:11: error: redefinition of 'i'
hash.c: for (int i = 0; i < 16; 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 BfStep T
hash.o CONSTANT R
hash.o CoreStep T
hash.o HHashStep T
hash.o HashByte T
hash.o Load T
hash.o S C
hash.o S4 C
hash.o a C
hash.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