Implementation notes: aarch64, par3, crypto_hash/echosp512

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: echosp512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
117072? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
123846? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
132899? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
141325? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
145159? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
152128? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
154400? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
167389? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O22017071920170718
167925? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-O32017071920170718
168658? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-Os2017071920170718
176569? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
185253? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
188961? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O22017071920170718
195698? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-O32017071920170718
196138? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=native_-Os2017071920170718
213975? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=native_-Os2017071920170718
228690? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-Os2017071920170718
234027? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
237161? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O32017071920170718
238634? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=native_-O22017071920170718
243347? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
250820? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O32017071920170718
252498? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
294401? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=native_-O22017071920170718

Compiler output

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