Implementation notes: armeabi, tonido, crypto_hash/echosp512

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: echosp512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
593484? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
644472? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
645618? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-O32017072020170718
646932? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
649632? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-O22017072020170718
650040? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
671970? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-Os2017072020170718
694308? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-Os2017072020170718
704724? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
707802? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-O32017072020170718
708030? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
710970? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-O22017072020170718
877632? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
878946? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
881220? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
886500? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-O22017072020170718
889722? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-O32017072020170718
902292? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
925296? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-Os2017072020170718
968598? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-Os2017072020170718
2569800? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-O32017072020170718
2591580? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
2605068? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
2607408? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-O22017072020170718

Compiler output

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