Implementation notes: armeabi, tonido, crypto_hash/echosp256

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: echosp256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
380172? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
418188? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
418398? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
418908? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-O32017072020170718
419640? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
420378? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-O22017072020170718
434772? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-Os2017072020170718
441480? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-Os2017072020170718
459006? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
462264? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
463740? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-O22017072020170718
465828? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-O32017072020170718
557988? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
560310? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
564870? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-O32017072020170718
566046? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-O22017072020170718
573948? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
574050? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
588162? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-Os2017072020170718
627456? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-Os2017072020170718
1607088? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
1613046? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
1639020? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-O22017072020170718
1664052? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-O32017072020170718

Compiler output

Implementation: crypto_hash/echosp256/generic/opt32
Compiler: gcc -funroll-loops -march=native -mtune=xscale -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=xscale -O2 generic/opt32
gcc -funroll-loops -march=native -mtune=xscale -O3 generic/opt32
gcc -funroll-loops -march=native -mtune=xscale -Os generic/opt32
gcc -march=native -mtune=xscale -O2 generic/opt32
gcc -march=native -mtune=xscale -O3 generic/opt32
gcc -march=native -mtune=xscale -Os generic/opt32

Compiler output

Implementation: crypto_hash/echosp256/generic/opt64
Compiler: gcc -funroll-loops -march=native -mtune=xscale -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=xscale -O2 generic/opt64
gcc -funroll-loops -march=native -mtune=xscale -O3 generic/opt64
gcc -funroll-loops -march=native -mtune=xscale -Os generic/opt64
gcc -march=native -mtune=xscale -O2 generic/opt64
gcc -march=native -mtune=xscale -O3 generic/opt64
gcc -march=native -mtune=xscale -Os generic/opt64