Implementation notes: armeabi, c1, crypto_hashblocks/sha256

Computer: c1
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hashblocks
Primitive: sha256
TimeImplementationCompilerBenchmark dateSUPERCOP version
49925arm11gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
49929arm11gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
49930arm11gcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
49930arm11gcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
49977arm11gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
57538arm11gcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
59050inplacegcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
59147inplacegcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
59363refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
59404refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
59989inplacegcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
59990inplacegcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
60231refgcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
62022refgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
62041inplacegcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
62221refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
63860refgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
64476inplacegcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026

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: 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: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: ...

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