Implementation notes: aarch64, par3, crypto_hash/echo512

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: echo512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
163315? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
167853? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O32017071920170718
170247? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
170619? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
173661? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O22017071920170718
178518? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
179557? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
180546? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
181453? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
183791? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
200016? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
204812? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
205304? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
213958? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
219989? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
242394? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O32017071920170718
247880? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-Os2017071920170718
253503? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O22017071920170718
253953? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
258624? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O32017071920170718
260245? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O22017071920170718
265593? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-Os2017071920170718
267801? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-Os2017071920170718
268007? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O32017071920170718
271622? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O22017071920170718
274369? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
276976? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-Os2017071920170718
304018? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-Os2017071920170718
326835? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O32017071920170718
342502? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
342608? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O22017071920170718
345993? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-Os2017071920170718
379775? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O32017071920170718
382280? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
387049? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
394166? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O22017071920170718

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