Implementation notes: armeabi, cubie2, crypto_hashblocks/sha256

Computer: cubie2
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hashblocks
Primitive: sha256
TimeImplementationCompilerBenchmark dateSUPERCOP version
49488arm11gcc -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
49488arm11gcc -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
49491arm11gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
49503arm11gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
49504arm11gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
49542arm11gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
55909refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
55909refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
56172refgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
56172refgcc -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
56484inplacegcc -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
56502inplacegcc -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
56615inplacegcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121420161026
56616inplacegcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121420161026
61329inplacegcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
61428refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
62394refgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026
63279inplacegcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121420161026

Compiler output

Implementation: crypto_hashblocks/sha256/dolbeau/armv8crypto
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
blocks.c: In file included from blocks.c:37:0:
blocks.c: blocks.c: In function 'crypto_hashblocks_sha256_dolbeau_armv8crypto':
blocks.c: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.2.1/include/arm_neon.h:14799:1: error: inlining failed in call to always_inline 'vsha256h2q_u32': target specific option mismatch
blocks.c: vsha256h2q_u32 (uint32x4_t __hash_abcd, uint32x4_t __hash_efgh, uint32x4_t __wk)
blocks.c: ^~~~~~~~~~~~~~
blocks.c: blocks.c:118:6: note: called from here
blocks.c: s1 = vsha256h2q_u32(x1, x0, h1)
blocks.c: ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
blocks.c: blocks.c:146:3: note: in expansion of macro 'DO16ROUNDS'
blocks.c: DO16ROUNDS(j0, j1, j2, j3, cc, cd, ce, cf);
blocks.c: ...
blocks.c: In file included from blocks.c:37:0:
blocks.c: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.2.1/include/arm_neon.h:14793:1: error: inlining failed in call to always_inline 'vsha256hq_u32': target specific option mismatch
blocks.c: vsha256hq_u32 (uint32x4_t __hash_abcd, uint32x4_t __hash_efgh, uint32x4_t __wk)
blocks.c: ^~~~~~~~~~~~~
blocks.c: blocks.c:117:6: note: called from here
blocks.c: s0 = vsha256hq_u32(x0, x1, h1); ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
blocks.c: blocks.c:146:3: note: in expansion of macro 'DO16ROUNDS'
blocks.c: DO16ROUNDS(j0, j1, j2, j3, cc, cd, ce, cf);
blocks.c: ^~~~~~~~~~

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

Compiler output

Implementation: crypto_hashblocks/sha256/dolbeau/amd64-sha
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
blocks.c: blocks.c:37:23: fatal error: immintrin.h: No such file or directory
blocks.c: #include gt;
blocks.c: ^
blocks.c: compilation terminated.

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