Implementation notes: amd64, pluton1mn, crypto_hash/mgrostl256

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_hash
Primitive: mgrostl256
TimeImplementationCompilerBenchmark dateSUPERCOP version
144452opt-32icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
146496opt-32icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
216762opt-64gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
229726opt-32gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
231826opt-32gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
232428opt-64gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
235648opt-32gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
240310opt-64icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
242550opt-64gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
245210opt-64icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
249256opt-32gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
261590opt-64gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
3323572refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
3506370refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
3856300refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
4643912reficc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
4669322reficc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
4862382refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_hash/mgrostl256/opt-64
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
hash.c: hash.c:242:14: warning: 'inP' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 inP[COLS1024] __attribute__((aligned(16)));
hash.c: ^~~
hash.c: hash.c:241:14: warning: 'outQ' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 outQ[COLS1024] __attribute__((aligned(16)));
hash.c: ^~~~
hash.c: hash.c:240:14: warning: 'z' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 z[COLS1024] __attribute__((aligned(16)));
hash.c: ^
hash.c: hash.c:239:14: warning: 'y' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 y[COLS1024] __attribute__((aligned(16)));
hash.c: ^

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

Compiler output

Implementation: crypto_hash/mgrostl256/opt-64
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
hash.c: hash.c(242): warning #1172: a variable with static storage duration cannot be defined within an inline function
hash.c: static u64 inP[COLS1024] __attribute__((aligned(16)));
hash.c: ^
hash.c:
hash.c: hash.c(241): warning #1172: a variable with static storage duration cannot be defined within an inline function
hash.c: static u64 outQ[COLS1024] __attribute__((aligned(16)));
hash.c: ^
hash.c:
hash.c: hash.c(240): warning #1172: a variable with static storage duration cannot be defined within an inline function
hash.c: static u64 z[COLS1024] __attribute__((aligned(16)));
hash.c: ^
hash.c:
hash.c: hash.c(239): warning #1172: a variable with static storage duration cannot be defined within an inline function
hash.c: static u64 y[COLS1024] __attribute__((aligned(16)));
hash.c: ^
hash.c:

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icc -xMIC-AVX512 -O2 -fomit-frame-pointer opt-64
icc -xMIC-AVX512 -O3 -fomit-frame-pointer opt-64