Implementation notes: aarch64, par3, crypto_hash/echo256

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: echo256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
93160? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O32017071920170718
94740? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
96456? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O22017071920170718
96819? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
97022? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
97595? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
99930? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
100525? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
101433? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
102129? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
108878? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
115316? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
117306? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
125541? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
128454? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
134587? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O32017071920170718
136403? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O22017071920170718
139330? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-Os2017071920170718
143528? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
144166? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O22017071920170718
144569? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O32017071920170718
149823? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-Os2017071920170718
150146? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
150178? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-Os2017071920170718
151522? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O32017071920170718
154087? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-Os2017071920170718
161714? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O22017071920170718
172434? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-Os2017071920170718
189609? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O32017071920170718
195647? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
196760? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O22017071920170718
198163? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-Os2017071920170718
206446? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
213228? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O32017071920170718
217242? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
232092? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O22017071920170718

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