Implementation notes: aarch64, a72, crypto_hash/echo256

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_hash
Primitive: echo256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
61047? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
61479? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
61532? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
61742? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O32017100620170904
62350? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O22017100620170904
62743? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-Os2017100620170904
62933? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
64140? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-Os2017100620170904
64389? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-Os2017100620170904
64603? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
64749? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
64875? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
65167? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O32017100620170904
65479? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O22017100620170904
70257? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O32017100620170904
70598? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
71539? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
71877? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
73259? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O32017100620170904
73812? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O22017100620170904
74390? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
75537? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O22017100620170904
77644? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
78848? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-Os2017100620170904
89245? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
89791? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-Os2017100620170904
89962? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O32017100620170904
90608? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
91440? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
94210? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O22017100620170904
121897? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O32017100620170904
122260? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
123477? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
124240? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O22017100620170904
133890? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-Os2017100620170904
136431? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904

Compiler output

Implementation: crypto_hash/echo256/generic/opt64
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
echo64.c: echo64.c: In function 'crypto_hash_echo256_generic_opt64':
echo64.c: echo64.c:501:29: warning: passing argument 2 of 'Hash' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
echo64.c: if (Hash(CRYPTO_BYTES * 8,in,inlen * 8,out) == SUCCESS) return 0;
echo64.c: ^~
echo64.c: echo64.c:488:12: note: expected 'BitSequence * {aka unsigned char *}' but argument is of type 'const unsigned char *'
echo64.c: HashReturn Hash(int hashbitlen, BitSequence *data, DataLength databitlen, BitSequence *hashval)
echo64.c: ^~~~

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

Compiler output

Implementation: crypto_hash/echo256/ccalik/bitsliced
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
hash.c: hash.c:18:10: fatal error: tmmintrin.h: No such file or directory
hash.c: #include <tmmintrin.h>
hash.c: ^~~~~~~~~~~~~
hash.c: compilation terminated.

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