Implementation notes: aarch64, a72, crypto_hashblocks/sha256

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_hashblocks
Primitive: sha256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
3535? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-Os2017100620170904
3630? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
3664? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
3664? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
3695? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-O22017100620170904
3698? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-O32017100620170904
17969? ? ?? ? ?inplacegcc_-march=native_-mtune=native_-O22017100620170904
17970? ? ?? ? ?inplacegcc_-march=native_-mtune=native_-O32017100620170904
17980? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100620170904
17980? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100620170904
18155? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
18155? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
18272? ? ?? ? ?inplacegcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
18280? ? ?? ? ?inplacegcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
20614? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
20759? ? ?? ? ?inplacegcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
21194? ? ?? ? ?inplacegcc_-march=native_-mtune=native_-Os2017100620170904
21436? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100620170904

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