Implementation notes: amd64, pmnod076, crypto_kem/bike3l1

Computer: pmnod076
Architecture: amd64
CPU ID: GenuineIntel-00050657-bfebfbff
SUPERCOP version: 20191017
Operation: crypto_kem
Primitive: bike3l1

Compiler output

Implementation: ref_ntl
Security model: unknown
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
decode.c: In file included from sampling.h:39,
decode.c: from decode.c:38:
decode.c: openssl_utils.h: In function 'status_t cyclic_product(BIGNUM*, const BIGNUM*, const BIGNUM*)':
decode.c: openssl_utils.h:60:8: error: 'BN_GF2m_mod_mul' was not declared in this scope; did you mean 'BN_mod_mul'?
decode.c: 60 | if(BN_GF2m_mod_mul(r, a, b, m, bn_ctx) == 0)
decode.c: | ^~~~~~~~~~~~~~~
decode.c: | BN_mod_mul
decode.c: openssl_utils.h: In function 'status_t invert_poly(BIGNUM*, const BIGNUM*)':
decode.c: openssl_utils.h:88:8: error: 'BN_GF2m_mod_inv' was not declared in this scope
decode.c: 88 | if(BN_GF2m_mod_inv (r, a, m, bn_ctx) == 0)
decode.c: | ^~~~~~~~~~~~~~~

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref_ntl
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref_ntl
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref_ntl
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref_ntl

Compiler output

Implementation: ref_ntl
Security model: unknown
Compiler: icpc -march=broadwell -mtune=broadwell -O2 -fomit-frame-pointer
decode.c: In file included from sampling.h(39),
decode.c: from decode.c(38):
decode.c: openssl_utils.h(60): error: identifier "BN_GF2m_mod_mul" is undefined
decode.c: if(BN_GF2m_mod_mul(r, a, b, m, bn_ctx) == 0)
decode.c: ^
decode.c:
decode.c: In file included from sampling.h(39),
decode.c: from decode.c(38):
decode.c: openssl_utils.h(88): error: identifier "BN_GF2m_mod_inv" is undefined
decode.c: if(BN_GF2m_mod_inv (r, a, m, bn_ctx) == 0)
decode.c: ^
decode.c:
decode.c: compilation aborted for decode.c (code 2)

Number of similar (compiler,implementation) pairs: 24, namely:
CompilerImplementations
icpc -march=broadwell -mtune=broadwell -O2 -fomit-frame-pointer ref_ntl
icpc -march=broadwell -mtune=broadwell -O3 -fomit-frame-pointer ref_ntl
icpc -march=cannonlake -mtune=cannonlake -O2 -fomit-frame-pointer ref_ntl
icpc -march=cannonlake -mtune=cannonlake -O3 -fomit-frame-pointer ref_ntl
icpc -march=core-avx-i -mtune=core-avx-i -O2 -fomit-frame-pointer ref_ntl
icpc -march=core-avx-i -mtune=core-avx-i -O3 -fomit-frame-pointer ref_ntl
icpc -march=core-avx2 -mtune=core-avx2 -O2 -fomit-frame-pointer ref_ntl
icpc -march=core-avx2 -mtune=core-avx2 -O3 -fomit-frame-pointer ref_ntl
icpc -march=corei7-avx -mtune=corei7-avx -O2 -fomit-frame-pointer ref_ntl
icpc -march=corei7-avx -mtune=corei7-avx -O3 -fomit-frame-pointer ref_ntl
icpc -march=corei7 -mtune=corei7 -O2 -fomit-frame-pointer ref_ntl
icpc -march=corei7 -mtune=corei7 -O3 -fomit-frame-pointer ref_ntl
icpc -march=haswell -mtune=haswell -O2 -fomit-frame-pointer ref_ntl
icpc -march=haswell -mtune=haswell -O3 -fomit-frame-pointer ref_ntl
icpc -march=icelake-client -mtune=icelake-client -O2 -fomit-frame-pointer ref_ntl
icpc -march=icelake-client -mtune=icelake-client -O3 -fomit-frame-pointer ref_ntl
icpc -march=ivybridge -mtune=ivybridge -O2 -fomit-frame-pointer ref_ntl
icpc -march=ivybridge -mtune=ivybridge -O3 -fomit-frame-pointer ref_ntl
icpc -march=sandybridge -mtune=sandybridge -O2 -fomit-frame-pointer ref_ntl
icpc -march=sandybridge -mtune=sandybridge -O3 -fomit-frame-pointer ref_ntl
icpc -march=skylake-avx512 -mtune=skylake-avx512 -O2 -fomit-frame-pointer ref_ntl
icpc -march=skylake-avx512 -mtune=skylake-avx512 -O3 -fomit-frame-pointer ref_ntl
icpc -march=skylake -mtune=skylake -O2 -fomit-frame-pointer ref_ntl
icpc -march=skylake -mtune=skylake -O3 -fomit-frame-pointer ref_ntl