Implementation notes: amd64, pluton1mn, crypto_dh/gls1271

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_dh
Primitive: gls1271

Compiler output

Implementation: crypto_dh/gls1271/ref4
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
gls1271.c: gls1271.c: In function 'crypto_dh_gls1271_ref4_keypair':
gls1271.c: gls1271.c:385:2: warning: implicit declaration of function 'ecn2_brick_init' [-Wimplicit-function-declaration]
gls1271.c: ecn2_brick_init(&binst,prom,A,B,p,6,128);
gls1271.c: ^~~~~~~~~~~~~~~
gls1271.c: gls1271.c:391:5: warning: implicit declaration of function 'randombytes' [-Wimplicit-function-declaration]
gls1271.c: randombytes(sk,32);
gls1271.c: ^~~~~~~~~~~
mrecn2.c: mrecn2.c: In function 'zzn2_div2_i':
mrecn2.c: mrecn2.c:20:2: warning: implicit declaration of function 'moddiv2' [-Wimplicit-function-declaration]
mrecn2.c: moddiv2(w->gt;a->gt;w);
mrecn2.c: ^~~~~~~
mrecn2.c: mrecn2.c: In function 'zzn2_tim2_i':
mrecn2.c: mrecn2.c:32:2: warning: implicit declaration of function 'modtim2' [-Wimplicit-function-declaration]
mrecn2.c: modtim2(w->gt;a->gt;w);
mrecn2.c: ^~~~~~~
mrecn2.c: mrecn2.c: In function 'zzn2_tim3_i':
mrecn2.c: mrecn2.c:44:2: warning: implicit declaration of function 'modtim3' [-Wimplicit-function-declaration]
mrecn2.c: modtim3(w->gt;a->gt;w);
mrecn2.c: ^~~~~~~
mrecn2.c: mrecn2.c: In function 'zzn2_add_i':
mrecn2.c: mrecn2.c:70:5: warning: implicit declaration of function 'modadd' [-Wimplicit-function-declaration]
mrecn2.c: modadd(x->gt;a->gt;w,y->gt;a->gt;w,w->gt;a->gt;w);
mrecn2.c: ^~~~~~
mrecn2.c: mrecn2.c: In function 'zzn2_sub_i':
mrecn2.c: mrecn2.c:81:5: warning: implicit declaration of function 'modsub' [-Wimplicit-function-declaration]
mrecn2.c: modsub(x->gt;a->gt;w,y->gt;a->gt;w,w->gt;a->gt;w);
mrecn2.c: ^~~~~~
mrecn2.c: mrecn2.c: In function 'zzn2_timesi_i':
mrecn2.c: mrecn2.c:96:2: warning: implicit declaration of function 'modneg' [-Wimplicit-function-declaration]
mrecn2.c: modneg(u->gt;a->gt;w);
mrecn2.c: ^~~~~~
mrecn2.c: mrecn2.c: In function 'zzn2_imul_i':
mrecn2.c: ...

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

Compiler output

Implementation: crypto_dh/gls1271/ref4
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
gls1271.c: gls1271.c(385): warning #266: function "ecn2_brick_init" declared implicitly
gls1271.c: ecn2_brick_init(&binst,prom,A,B,p,6,128);
gls1271.c: ^
gls1271.c:
gls1271.c: gls1271.c(391): warning #266: function "randombytes" declared implicitly
gls1271.c: randombytes(sk,32);
gls1271.c: ^
gls1271.c:
mrecn2.c: mrecn2.c(20): warning #266: function "moddiv2" declared implicitly
mrecn2.c: moddiv2(w->gt;a->gt;w);
mrecn2.c: ^
mrecn2.c:
mrecn2.c: mrecn2.c(32): warning #266: function "modtim2" declared implicitly
mrecn2.c: modtim2(w->gt;a->gt;w);
mrecn2.c: ^
mrecn2.c:
mrecn2.c: mrecn2.c(44): warning #266: function "modtim3" declared implicitly
mrecn2.c: modtim3(w->gt;a->gt;w);
mrecn2.c: ^
mrecn2.c:
mrecn2.c: mrecn2.c(70): warning #266: function "modadd" declared implicitly
mrecn2.c: modadd(x->gt;a->gt;w,y->gt;a->gt;w,w->gt;a->gt;w);
mrecn2.c: ^
mrecn2.c:
mrecn2.c: mrecn2.c(81): warning #266: function "modsub" declared implicitly
mrecn2.c: modsub(x->gt;a->gt;w,y->gt;a->gt;w,w->gt;a->gt;w);
mrecn2.c: ^
mrecn2.c:
mrecn2.c: mrecn2.c(96): warning #266: function "modneg" declared implicitly
mrecn2.c: modneg(u->gt;a->gt;w);
mrecn2.c: ^
mrecn2.c:
mrecn2.c: mrecn2.c(137): warning #266: function "modpmul" declared implicitly
mrecn2.c: ...

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