Implementation notes: amd64, sliver, crypto_dh/gls254prot

Computer: sliver
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160731
Operation: crypto_dh
Primitive: gls254prot

Compiler output

Implementation: crypto_dh/gls254prot/prot
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
dh.c: In file included from dh.c:9:
dh.c: ./scmul.incl:18:22: warning: redefinition of typedef 'uint128_t' is a C11 feature [-Wtypedef-redefinition]
dh.c: typedef unsigned int uint128_t __attribute__((mode(TI)));
dh.c: ^
dh.c: ./gls254.h:27:22: note: previous definition is here
dh.c: typedef unsigned int uint128_t __attribute__((mode(TI)));
dh.c: ^
dh.c: In file included from dh.c:9:
dh.c: ./scmul.incl:19:23: warning: redefinition of typedef 'ui64' is a C11 feature [-Wtypedef-redefinition]
dh.c: typedef unsigned long ui64;
dh.c: ^
dh.c: ./gls254.h:26:23: note: previous definition is here
dh.c: typedef unsigned long ui64;
dh.c: ^
dh.c: In file included from dh.c:9:
dh.c: ./scmul.incl:20:14: warning: redefinition of typedef 'elt' is a C11 feature [-Wtypedef-redefinition]
dh.c: typedef ui64 elt[2];
dh.c: ^
dh.c: ./gls254.h:34:14: note: previous definition is here
dh.c: typedef ui64 elt[2];
dh.c: ^
dh.c: In file included from dh.c:9:
dh.c: ./scmul.incl:21:14: warning: redefinition of typedef 'elt254' is a C11 feature [-Wtypedef-redefinition]
dh.c: typedef ui64 elt254[4];
dh.c: ^
dh.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments prot

Compiler output

Implementation: crypto_dh/gls254prot/prot
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
dh.c: In file included from dh.c:3:
dh.c: gls254.h:18:23: error: wmmintrin.h: No such file or directory
dh.c: gls254.h:20:23: error: immintrin.h: No such file or directory
dh.c: In file included from dh.c:7:
dh.c: low.incl: In function 'low_mul':
dh.c: low.incl:26: error: incompatible types in assignment
dh.c: low.incl:26: error: incompatible types in assignment
dh.c: low.incl:26: error: incompatible types in assignment
dh.c: low.incl:27: error: incompatible types in assignment
dh.c: low.incl: In function 'low_mul254':
dh.c: low.incl:45: error: incompatible types in assignment
dh.c: low.incl:45: error: incompatible types in assignment
dh.c: low.incl:45: error: incompatible types in assignment
dh.c: low.incl:46: error: incompatible types in assignment
dh.c: low.incl:46: error: incompatible types in assignment
dh.c: low.incl:46: error: incompatible types in assignment
dh.c: low.incl:47: error: incompatible types in assignment
dh.c: low.incl:47: error: incompatible types in assignment
dh.c: low.incl:47: error: incompatible types in assignment
dh.c: low.incl:55: error: incompatible types in assignment
dh.c: low.incl:56: error: incompatible types in assignment
dh.c: low.incl: In function 'low_mul_nr254':
dh.c: low.incl:74: error: incompatible types in assignment
dh.c: low.incl:74: error: incompatible types in assignment
dh.c: low.incl:74: error: incompatible types in assignment
dh.c: ...

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