Implementation notes: aarch64, a72, crypto_hash/echo512

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_hash
Primitive: echo512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
108032? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
109549? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
110207? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
111334? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O32017100620170904
112460? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O22017100620170904
112850? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-Os2017100620170904
113337? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
114304? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-Os2017100620170904
115053? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-Os2017100620170904
115303? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
116515? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
117724? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
117774? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O22017100620170904
117996? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O32017100620170904
126135? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
126651? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O32017100620170904
127105? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
127240? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
130243? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O22017100620170904
130401? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O32017100620170904
133274? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
135441? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O22017100620170904
136638? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
140655? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-Os2017100620170904
156076? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-Os2017100620170904
156978? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
159518? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O32017100620170904
160108? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
161658? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
163784? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O22017100620170904
217600? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O32017100620170904
218926? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
219345? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
219648? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O22017100620170904
240394? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
251666? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-Os2017100620170904

Compiler output

Implementation: crypto_hash/echo512/generic/opt64
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
echo64.c: echo64.c: In function 'crypto_hash_echo512_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/echo512/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