Implementation notes: aarch64, par3, crypto_hashblocks/sha256

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hashblocks
Primitive: sha256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
24485? ? ?? ? ?inplacegcc_-march=native_-mtune=native_-O22017071920170718
24485? ? ?? ? ?inplacegcc_-march=native_-mtune=native_-O32017071920170718
24557? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718
24557? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718
24843? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
24843? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
24868? ? ?? ? ?inplacegcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
24868? ? ?? ? ?inplacegcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
27483? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
27915? ? ?? ? ?inplacegcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
29648? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017071920170718
29693? ? ?? ? ?inplacegcc_-march=native_-mtune=native_-Os2017071920170718

Compiler output

Implementation: crypto_hashblocks/sha256/dolbeau/armv8crypto
Compiler: gcc -funroll-loops -march=native -mtune=native -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/aarch64-unknown-linux-gnu/7.1.1/include/arm_neon.h:25737:1: error: inlining failed in call to always_inline 'vsha256h2q_u32': target specific option mismatch
blocks.c: vsha256h2q_u32 (uint32x4_t hash_efgh, uint32x4_t hash_abcd, 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/aarch64-unknown-linux-gnu/7.1.1/include/arm_neon.h:25730: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/aarch64-unknown-linux-gnu/7.1.1/include/arm_neon.h:25737:1: error: inlining failed in call to always_inline 'vsha256h2q_u32': target specific option mismatch
blocks.c: vsha256h2q_u32 (uint32x4_t hash_efgh, uint32x4_t hash_abcd, uint32x4_t wk)
blocks.c: ^~~~~~~~~~~~~~
blocks.c: ...

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

Compiler output

Implementation: crypto_hashblocks/sha256/dolbeau/amd64-sha
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
blocks.c: blocks.c:37:10: fatal error: immintrin.h: No such file or directory
blocks.c: #include <immintrin.h>
blocks.c: ^~~~~~~~~~~~~
blocks.c: compilation terminated.

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