Implementation notes: armeabi, tonido, crypto_hash/echo512

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: echo512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
785424? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
791454? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
791496? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-O32017072020170718
791916? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-O22017072020170718
813000? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
839610? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
857430? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
860532? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
865692? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
878742? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-O32017072020170718
883296? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-O22017072020170718
912696? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
915684? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
915786? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-O32017072020170718
917688? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
919980? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-O22017072020170718
924012? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-Os2017072020170718
953790? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-Os2017072020170718
968016? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-Os2017072020170718
986112? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-Os2017072020170718
1001052? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
1007910? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-O32017072020170718
1008258? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-O22017072020170718
1012782? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
1259982? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
1261908? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
1269948? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-O22017072020170718
1272936? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-O32017072020170718
1291488? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
1291758? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
1324452? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-Os2017072020170718
1427796? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-Os2017072020170718
3668736? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
3739404? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-O32017072020170718
3744012? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
3784254? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-O22017072020170718

Compiler output

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

Compiler output

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