Implementation notes: armeabi, tonido, crypto_hash/echo256

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: echo256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
443880? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
447168? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-O22017072020170718
450702? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
454080? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-O32017072020170718
457074? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
478374? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
479706? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
480588? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
483294? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
490506? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-O32017072020170718
493122? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-O22017072020170718
516174? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-Os2017072020170718
526056? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-O32017072020170718
526272? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
529038? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
529398? ? ?? ? ?generic/opt32gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
529812? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-O22017072020170718
543420? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-Os2017072020170718
551256? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-Os2017072020170718
558396? ? ?? ? ?generic/opt32gcc_-march=native_-mtune=xscale_-Os2017072020170718
579348? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
585318? ? ?? ? ?powerpc/pp32cv2gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
585738? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-O22017072020170718
588498? ? ?? ? ?powerpc/pp32cv2gcc_-march=native_-mtune=xscale_-O32017072020170718
712656? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
713598? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
720534? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-O32017072020170718
722652? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-O22017072020170718
732000? ? ?? ? ?powerpc/pp32cv1gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
750366? ? ?? ? ?powerpc/pp32cv1gcc_-march=native_-mtune=xscale_-Os2017072020170718
758958? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
825258? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-Os2017072020170718
2069862? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
2078616? ? ?? ? ?generic/opt64gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
2100270? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-O32017072020170718
2148180? ? ?? ? ?generic/opt64gcc_-march=native_-mtune=xscale_-O22017072020170718

Compiler output

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