Implementation notes: armeabi, c1, crypto_hash/mgrostl256

Computer: c1
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: mgrostl256
TimeImplementationCompilerBenchmark dateSUPERCOP version
248419opt-32gcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
252333opt-32gcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
252372opt-32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
259851opt-32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
416881opt-32gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
417591opt-32gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
652872opt-64gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
798604opt-64gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
1232709opt-64gcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
1617345opt-64gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
5682075refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
5795659refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
5806519refgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
5849205refgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
6178752refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
6266933refgcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026

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