Implementation notes: aarch64, pmnod145, crypto_kem/bike3l1

Computer: pmnod145
Architecture: aarch64
CPU ID: 431f0af1
SUPERCOP version: 20191017
Operation: crypto_kem
Primitive: bike3l1

Compiler output

Implementation: ref_ntl
Security model: unknown
Compiler: armclang++ -march=armv8a+crypto -mcpu=thunderx2t99 -mtune=thunderx2t99 -O2 -fPIC -fPIE
aes_ctr_prf.c: clang-7: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
conversions.c: clang-7: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
decode.c: clang-7: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
decode.c: In file included from decode.c:38:
decode.c: In file included from ./sampling.h:39:
decode.c: ./openssl_utils.h:60:8: error: use of undeclared identifier 'BN_GF2m_mod_mul'; did you mean 'BN_mod_mul'?
decode.c: if(BN_GF2m_mod_mul(r, a, b, m, bn_ctx) == 0)
decode.c: ^~~~~~~~~~~~~~~
decode.c: BN_mod_mul
decode.c: /usr/include/openssl/bn.h:475:5: note: 'BN_mod_mul' declared here
decode.c: int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
decode.c: ^
decode.c: In file included from decode.c:38:
decode.c: In file included from ./sampling.h:39:
decode.c: ./openssl_utils.h:88:8: error: use of undeclared identifier 'BN_GF2m_mod_inv'
decode.c: if(BN_GF2m_mod_inv (r, a, m, bn_ctx) == 0)
decode.c: ^
decode.c: 2 errors generated.

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
armclang++ -march=armv8a+crypto -mcpu=thunderx2t99 -mtune=thunderx2t99 -O2 -fPIC -fPIE ref_ntl
armclang++ -march=armv8a+crypto -mcpu=thunderx2t99 -mtune=thunderx2t99 -O3 -fPIC -fPIE ref_ntl

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