Implementation notes: amd64, tueisecgern, crypto_hash/simd512

Computer: tueisecgern
Architecture: amd64
CPU ID: GenuineIntel-000306f2-bfebfbff
SUPERCOP version: 20160724
Operation: crypto_hash
Primitive: simd512
TimeImplementationCompilerBenchmark dateSUPERCOP version
18599vect128gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
19477vect128gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
20001vect128gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
20430vect128gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
50803sphlibgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
60944sphlibgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
62940sphlibgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
82184sphlib-smallgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
84508optgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
85772sphlib-smallgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
88376sphlib-smallgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
99891optgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
107477optgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
108045optgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
126190sphlibgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
154759sphlib-smallgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
6037080refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
6043345refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
6506562refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
12123980refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718

Compiler output

Implementation: crypto_hash/simd512/vect128
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
vector.c: vector.c: In function 'fft64':
vector.c: vector.c:73:0: warning: "X" redefined [enabled by default]
vector.c: #define X(i) X##i
vector.c: ^
vector.c: vector.c:68:0: note: this is the location of the previous definition
vector.c: #define X(i) A[i]
vector.c: ^
vector.c: vector.c: In function 'rounds512':
vector.c: vector.c:796:0: warning: "STEP_1" redefined [enabled by default]
vector.c: #define STEP_1(a,b,c,d,w,fun,r,s,z) \
vector.c: ^
vector.c: vector.c:542:0: note: this is the location of the previous definition
vector.c: #define STEP_1(a,b,c,d,w,fun,r,s,z) \
vector.c: ^
vector.c: vector.c:805:0: warning: "STEP_2" redefined [enabled by default]
vector.c: #define STEP_2(a,b,c,d,w,fun,r,s) \
vector.c: ^
vector.c: vector.c:566:0: note: this is the location of the previous definition
vector.c: #define STEP_2(a,b,c,d,w,fun,r,s) \
vector.c: ^
vector.c: vector.c:808:0: warning: "STEP" redefined [enabled by default]
vector.c: #define STEP(a,b,c,d,w1,w2,fun,r,s,z) \
vector.c: ^
vector.c: vector.c:571:0: note: this is the location of the previous definition
vector.c: #define STEP(a,b,c,d,w,fun,r,s,z) \
vector.c: ...

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