Implementation notes: amd64, pluton1mn, crypto_aead/omdsha512k256n256tau256v1

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: omdsha512k256n256tau256v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
191002sse4icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
195216sse4icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
201236sse4gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
203742sse4gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
204218sse4gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
214186sse4gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
219856reficc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
220066reficc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
236334refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
295932refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
299488refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
316638refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
573706avx1icc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
574336avx1icc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
584766avx1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
585480avx1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
587216avx1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
594790avx1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_aead/omdsha512k256n256tau256v1/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
sha512.c: sha512.c: In function 'sha512_comp':
sha512.c: sha512.c:206:20: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
sha512.c: const uint64_t *W=in;
sha512.c: ^~

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

Compiler output

Implementation: crypto_aead/omdsha512k256n256tau256v1/ref
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
sha512.c: sha512.c(206): warning #144: a value of type "const unsigned char *" cannot be used to initialize an entity of type "const uint64_t={unsigned long} *"
sha512.c: const uint64_t *W=in;
sha512.c: ^
sha512.c:

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