Implementation notes: armeabi, novenablue, crypto_hash/shamashashv1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_hash
Primitive: shamashashv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
32949511760 0 023808 408 752refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
32954511760 0 022112 408 752refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
32954811760 0 022112 408 752refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
3731246224 0 015530 404 752refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
37750811632 0 023696 408 752refclang_-mcpu=native_-O3_-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: hash.c: In function 'LESTOREu64in8bytearray':
hash.c: hash.c:58:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(u32 i=0;i<8;i++) {
hash.c: ^
hash.c: hash.c:58:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
hash.c: hash.c: In function 'PartialLESTOREu64inbytearray':
hash.c: hash.c:66:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(u32 i=0;i<Top;i++) {
hash.c: ^
hash.c: hash.c: In function 'LELOAD8bytearrayinu64':
hash.c: hash.c:75:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(u32 i=0;i<8;i++) {
hash.c: ^
hash.c: hash.c: In function 'PartialLELOADbytearrayinu64':
hash.c: hash.c:84:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(u64 i=1;i<Top;i++) {
hash.c: ^
hash.c: hash.c: In function 'Initialize':
hash.c: hash.c:109:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i=0;i<NRINIT;i=i+STEP) Ronda(i^0xff,W);
hash.c: ^
hash.c: hash.c: In function 'ProcessAd':
hash.c: hash.c:118:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
hash.c: for(unsigned int i=0;i<NRMID;i=i+STEP) Ronda(i^0xad,W);
hash.c: ^
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 Difusion T
hash.o Initialize T
hash.o LELOAD8bytearrayinu64 T
hash.o LESTOREu64in8bytearray T
hash.o PartialLELOADbytearrayinu64 T
hash.o PartialLESTOREu64inbytearray T
hash.o ProcessAd T
hash.o Processplaintxt T
hash.o Ronda T
hash.o Sbox T
hash.o crypto_aead_encrypt 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