Implementation notes: amd64, temp, crypto_kem/bike1l1

Computer: temp
Architecture: amd64
CPU ID: AuthenticAMD-00800f12-178bfbff
SUPERCOP version: 20191017
Operation: crypto_kem
Primitive: bike1l1

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:0,
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:42: error: 'BN_GF2m_mod_mul' was not declared in this scope
decode.c: if(BN_GF2m_mod_mul(r, a, b, m, bn_ctx) == 0)
decode.c: ^
decode.c: openssl_utils.h: In function 'status_t invert_poly(BIGNUM*, const BIGNUM*)':
decode.c: openssl_utils.h:88:40: error: 'BN_GF2m_mod_inv' was not declared in this scope
decode.c: 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