Implementation notes: aarch64, par3, crypto_hash/echosp256

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: echosp256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
73837? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
77597? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
78476? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
91051? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
92185? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
92476? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
100877? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
104985? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O32017071920170718
110033? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-Os2017071920170718
111039? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O22017071920170718
118984? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O32017071920170718
119029? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
120146? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
120600? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O22017071920170718
122837? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-Os2017071920170718
136527? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-Os2017071920170718
144495? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O32017071920170718
147357? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-Os2017071920170718
150565? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
153500? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O22017071920170718
160689? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
162545? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
164516? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O32017071920170718
183545? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O22017071920170718

Compiler output

Implementation: crypto_hash/echosp256/generic/opt32
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
echo32.c: echo32.c: In function 'PrintState':
echo32.c: echo32.c:37:4: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
echo32.c: printf ("row %d,col %d :",i,j);
echo32.c: ^~~~~~
echo32.c: echo32.c:37:4: warning: incompatible implicit declaration of built-in function 'printf'
echo32.c: echo32.c:37:4: note: include '<stdio.h>' or provide a declaration of 'printf'
echo32.c: echo32.c:47:2: warning: incompatible implicit declaration of built-in function 'printf'
echo32.c: printf("-----------------------------------\n");
echo32.c: ^~~~~~
echo32.c: echo32.c:47:2: note: include '<stdio.h>' or provide a declaration of 'printf'

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

Compiler output

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