Implementation notes: amd64, hertz, crypto_kem/mceliece8192128

Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20240425
Operation: crypto_kem
Primitive: mceliece8192128

Compiler output

Implementation: avx
Security model: constbranchindex
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
pk_gen.c: pk_gen.c:220:12: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
pk_gen.c: 220 | uint64_t w[ PK_NROWS ][ nBlocks_I*4 ];
pk_gen.c: | ^
pk_gen.c: pk_gen.c:221:10: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
pk_gen.c: 221 | vec256 v[ PK_NROWS ][ nBlocks_I ];
pk_gen.c: | ^
pk_gen.c: 2 warnings generated.
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx

Compiler output

Implementation: avx
Security model: constbranchindex
Compiler: clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
pk_gen.c: pk_gen.c:220:12: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
pk_gen.c: 220 | uint64_t w[ PK_NROWS ][ nBlocks_I*4 ];
pk_gen.c: | ^
pk_gen.c: pk_gen.c:221:10: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
pk_gen.c: 221 | vec256 v[ PK_NROWS ][ nBlocks_I ];
pk_gen.c: | ^
pk_gen.c: 2 warnings generated.
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_uint64_nonzero_mask':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(encrypt.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_encrypt':
try.c: ...

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

Compiler output

Implementation: avx
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE avx

Compiler output

Implementation: avx
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE avx

Compiler output

Implementation: avx
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_uint64_nonzero_mask':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_int32_min':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_avx_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(encrypt.o): in function `gen_e':
try.c: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sarb6'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sar5'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sarb6'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sar5'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE avx

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_uint64_nonzero_mask':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(encrypt.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_encrypt':
try.c: ...

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

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_uint64_nonzero_mask':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_int32_min':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_ref_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(encrypt.o): in function `gen_e':
try.c: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sarb6'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sar5'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sarb6'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sar5'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref

Compiler output

Implementation: sse
Security model: constbranchindex
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
pk_gen.c: pk_gen.c:208:12: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
pk_gen.c: 208 | uint64_t w[ PK_NROWS ][ nBlocks_I*2 ];
pk_gen.c: | ^
pk_gen.c: pk_gen.c:209:10: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
pk_gen.c: 209 | vec128 v[ PK_NROWS ][ nBlocks_I ];
pk_gen.c: | ^
pk_gen.c: 2 warnings generated.
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE sse
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE sse

Compiler output

Implementation: sse
Security model: constbranchindex
Compiler: clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
pk_gen.c: pk_gen.c:208:12: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
pk_gen.c: 208 | uint64_t w[ PK_NROWS ][ nBlocks_I*2 ];
pk_gen.c: | ^
pk_gen.c: pk_gen.c:209:10: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
pk_gen.c: 209 | vec128 v[ PK_NROWS ][ nBlocks_I ];
pk_gen.c: | ^
pk_gen.c: 2 warnings generated.
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_uint64_nonzero_mask':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(encrypt.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_encrypt':
try.c: ...

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

Compiler output

Implementation: sse
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE sse

Compiler output

Implementation: sse
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE sse

Compiler output

Implementation: sse
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_uint64_nonzero_mask':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_int32_min':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_sse_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(encrypt.o): in function `gen_e':
try.c: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sarb6'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sar5'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sarb6'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sar5'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE sse

Compiler output

Implementation: vec
Security model: constbranchindex
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE vec
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE vec

Compiler output

Implementation: vec
Security model: constbranchindex
Compiler: clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_uint64_nonzero_mask':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(encrypt.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_encrypt':
try.c: ...

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

Compiler output

Implementation: vec
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE vec

Compiler output

Implementation: vec
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_pk_gen':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `cbrecursion':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE vec

Compiler output

Implementation: vec
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: warning: KeccakP-1600-AVX2.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(pk_gen.o): in function `crypto_uint64_nonzero_mask':
try.c: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sarb6'
try.c: /usr/bin/ld: pk_gen.c:(.text+0x...): undefined reference to `crypto_uint64_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(sk_gen.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_genpoly_gen':
try.c: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sarb6'
try.c: /usr/bin/ld: sk_gen.c:(.text+0x...): undefined reference to `crypto_uint16_signed_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_int32_min':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int32_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(controlbits.o): in function `crypto_kem_mceliece8192128_vec_constbranchindex_controlbitsfrompermutation':
try.c: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sarb6'
try.c: /usr/bin/ld: controlbits.c:(.text+0x...): undefined reference to `crypto_int16_internal_sar5'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128.a(encrypt.o): in function `gen_e':
try.c: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sarb6'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sar5'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sarb6'
try.c: /usr/bin/ld: encrypt.c:(.text+0x...): undefined reference to `crypto_uint32_signed_internal_sar5'
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE vec