Implementation notes: amd64, pluton1mn, crypto_dh/ed521gs

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_dh
Primitive: ed521gs
TimeImplementationCompilerBenchmark dateSUPERCOP version
15828050refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
19066376refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
19183136reficc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
19330038refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
20498828reficc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
23855286refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_dh/ed521gs/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
dh.c: dh.c: In function 'crypto_dh_ed521gs_ref_keypair':
dh.c: dh.c:771:2: warning: implicit declaration of function 'randombytes' [-Wimplicit-function-declaration]
dh.c: randombytes(sk,PANES-1);
dh.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_dh/ed521gs/ref
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
dh.c: dh.c(771): warning #266: function "randombytes" declared implicitly
dh.c: randombytes(sk,PANES-1);
dh.c: ^
dh.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