Implementation notes: amd64, tueisecgern, crypto_hash/echosp512

Computer: tueisecgern
Architecture: amd64
CPU ID: GenuineIntel-000306f2-bfebfbff
SUPERCOP version: 20160724
Operation: crypto_hash
Primitive: echosp512
TimeImplementationCompilerBenchmark dateSUPERCOP version
9231aes/aes64gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
14754aes/aes64gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
14797aes/aes64gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
15079aes/aes64gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
45282pentium/pentium4v64v2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
45307pentium/pentium4v64v2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
45353pentium/pentium4v64v2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
45461pentium/pentium4v64v1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
66829core2/core2v64gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
69175generic/opt32gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
69429core2/core2v64gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
72600core2/core2v64gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
74692athlon/athlon64gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
74784athlon/athlon64gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
74842athlon/athlon64gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
75532core2/core2v64gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
76970athlon/athlon64gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
82972pentium/pentium4v64v1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
86232pentium/pentium4v64v2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
88390pentium/pentium4v64v1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
90359pentium/pentium4v64v1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
95254generic/opt64gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
108799generic/opt64gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
113522generic/opt64gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
113577generic/opt64gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
122032powerpc/pp32cv1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
138254generic/opt32gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
142241generic/opt32gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
151098generic/opt32gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
191891powerpc/pp32cv2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
200030powerpc/pp32cv2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
209748powerpc/pp32cv2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
213200powerpc/pp32cv2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
220067powerpc/pp32cv1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
241886powerpc/pp32cv1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
248749powerpc/pp32cv1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718

Compiler output

Implementation: crypto_hash/echosp512/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/echosp512/generic/opt64
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
echo64.c: echo64.c: In function 'crypto_hash_echosp512_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