Implementation notes: armeabi, cubie2, crypto_hash/mgrostl256

Computer: cubie2
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: mgrostl256
TimeImplementationCompilerBenchmark dateSUPERCOP version
194667opt-32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121620161026
196653opt-32gcc -mcpu=native -mfpu=neon-vfpv4 -O32016121620161026
198029opt-32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121620161026
201459opt-32gcc -mcpu=native -mfpu=neon-vfpv4 -O22016121620161026
403116opt-32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121620161026
404439opt-32gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121620161026
461760opt-64gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121620161026
474462opt-64gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121620161026
605202opt-64gcc -mcpu=native -mfpu=neon-vfpv4 -O22016121620161026
803825opt-64gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121620161026
809880opt-64gcc -mcpu=native -mfpu=neon-vfpv4 -O32016121620161026
817782opt-64gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121620161026
4539094refgcc -mcpu=native -mfpu=neon-vfpv4 -O32016121620161026
4559830refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121620161026
4570488refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121620161026
4709730refgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121620161026
4715881refgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121620161026
4841632refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121620161026

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