Implementation notes: amd64, slide, crypto_hash/simd512

Computer: slide
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_hash
Primitive: simd512
TimeImplementationCompilerBenchmark dateSUPERCOP version
13964vect128gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
14248vect128gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
14424vect128gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
14728vect128gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
49900optgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
55980sphlibgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
69276sphlibgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
71760sphlibgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
72168sphlibgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
88052sphlib-smallgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
93788sphlib-smallgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
93988sphlib-smallgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
94724optgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
96188sphlib-smallgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
100854optgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
122280optgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
6759440refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
6822688refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
7319036refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
14235744refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806

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
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
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
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
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