Implementation notes: amd64, utrecht, crypto_hash/echosp256

Computer: utrecht
Architecture: amd64
CPU ID: GenuineIntel-000006fb-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_hash
Primitive: echosp256
TimeImplementationCompilerBenchmark dateSUPERCOP version
39060core2/core2v64gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
39105core2/core2v64gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
39141core2/core2v64gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
39141core2/core2v64gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
44784athlon/athlon64gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
45099athlon/athlon64gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
45162athlon/athlon64gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
45225athlon/athlon64gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
50553generic/opt64gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
52479generic/opt64gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
52722generic/opt64gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
52812generic/opt64gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
53946pentium/pentium4v64v2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
53955pentium/pentium4v64v2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
53964pentium/pentium4v64v1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
53964pentium/pentium4v64v2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
53964pentium/pentium4v64v2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
53973pentium/pentium4v64v1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
53973pentium/pentium4v64v1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
54000pentium/pentium4v64v1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
61236generic/opt32gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
68310generic/opt32gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
70200generic/opt32gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
72783generic/opt32gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
87768powerpc/pp32cv2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
92421powerpc/pp32cv2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
101952powerpc/pp32cv2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
106587powerpc/pp32cv1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
109620powerpc/pp32cv2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
122922powerpc/pp32cv1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
123786powerpc/pp32cv1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
133758powerpc/pp32cv1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731

Test failure

Implementation: crypto_hash/echosp256/aes/aes64
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
error 111

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv aes/aes64
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv aes/aes64
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv aes/aes64
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv aes/aes64

Compiler output

Implementation: crypto_hash/echosp256/generic/opt32
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
echo32.c: echo32.c: In function 'PrintState':
echo32.c: echo32.c:37:4: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
echo32.c: printf ("row %d,col %d :",i,j);
echo32.c: ^
echo32.c: echo32.c:47:2: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
echo32.c: printf("-----------------------------------\n");
echo32.c: ^

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv generic/opt32
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv generic/opt32
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv generic/opt32
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv generic/opt32

Compiler output

Implementation: crypto_hash/echosp256/generic/opt64
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
echo64.c: echo64.c: In function 'crypto_hash_echosp256_generic_opt64':
echo64.c: echo64.c:555:3: warning: passing argument 2 of 'Hash' discards 'const' qualifier from pointer target type [enabled by default]
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 *' 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: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv generic/opt64
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv generic/opt64
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv generic/opt64
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv generic/opt64