Implementation notes: armeabi, a15, crypto_hash/mgrostl256

Computer: a15
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: mgrostl256
TimeImplementationCompilerBenchmark dateSUPERCOP version
118520opt-32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
119167opt-32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
120085opt-32gcc -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
122682opt-32gcc -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
133209opt-32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
136272opt-32gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
326485opt-64gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
330809opt-64gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
462993opt-64gcc -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
574169opt-64gcc -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
578605opt-64gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
580656opt-64gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
3390105refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
3394418refgcc -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
3466704refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
3586277refgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
3590295refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
3630106refgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026

Compiler output

Implementation: crypto_hash/mgrostl256/opt-64
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
hash.c: hash.c:242:14: warning: 'inP' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 inP[COLS1024] __attribute__((aligned(16)));
hash.c: ^~~
hash.c: hash.c:241:14: warning: 'outQ' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 outQ[COLS1024] __attribute__((aligned(16)));
hash.c: ^~~~
hash.c: hash.c:240:14: warning: 'z' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 z[COLS1024] __attribute__((aligned(16)));
hash.c: ^
hash.c: hash.c:239:14: warning: 'y' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 y[COLS1024] __attribute__((aligned(16)));
hash.c: ^

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 opt-64
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 opt-64
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os opt-64
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 opt-64
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 opt-64
gcc -mcpu=native -mfpu=neon-vfpv4 -Os opt-64