Test results for amd64, hunsnivy, crypto_kem/mceliece8192128f
[Page version: 20260902 09:50:30]
Measurements for amd64, hunsnivy, crypto_kem
Test results for amd64, hunsnivy, crypto_kem
Test results for crypto_kem/mceliece8192128f
Computer: hunsnivy
Microarchitecture: amd64; Ivy Bridge+AES (306a9)
Architecture: amd64
CPU ID: GenuineIntel-000306a9-bfebfbff
SUPERCOP version: 20260831
Operation: crypto_kem
Primitive: mceliece8192128f
Compiler output
bm.c: bm.c:63:2: error: always_inline function '_mm256_slli_epi64' requires target feature 'avx2', but would be inlined into function 'interleave' that is compiled without support for 'avx2'
bm.c: vec256_sll_4x(vec256_and(in[idx1], mask[0]), s));
bm.c: ^
bm.c: ./vec256.h:87:39: note: expanded from macro 'vec256_sll_4x'
bm.c: #define vec256_sll_4x(a, s) ((vec256) _mm256_slli_epi64((vec256) (a), (s)))
bm.c: ^
bm.c: bm.c:65:16: error: always_inline function '_mm256_srli_epi64' requires target feature 'avx2', but would be inlined into function 'interleave' that is compiled without support for 'avx2'
bm.c: y = vec256_or(vec256_srl_4x(vec256_and(in[idx0], mask[1]), s),
bm.c: ^
bm.c: ./vec256.h:88:39: note: expanded from macro 'vec256_srl_4x'
bm.c: #define vec256_srl_4x(a, s) ((vec256) _mm256_srli_epi64((vec256) (a), (s)))
bm.c: ^
bm.c: ./vec256.h:84:9: error: always_inline function '_mm256_or_si256' requires target feature 'avx2', but would be inlined into function 'vec256_or' that is compiled without support for 'avx2'
bm.c: return _mm256_or_si256(a, b);
bm.c: ^
bm.c: ./vec256.h:74:9: error: always_inline function '_mm256_and_si256' requires target feature 'avx2', but would be inlined into function 'vec256_and' that is compiled without support for 'avx2'
bm.c: return _mm256_and_si256(a, b);
bm.c: ^
bm.c: 4 errors generated.
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| avx | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| avx | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| avx | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| avx | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
bm.c: bm.c:82:37: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c: for (i = 13; i < 16; i++) buf[i] = vec256_setzero();
bm.c: ^
bm.c: bm.c:84:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c: mask[0][0] = vec256_set1_16b(0x5555);
bm.c: ^
bm.c: bm.c:85:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c: mask[0][1] = vec256_set1_16b(0xAAAA);
bm.c: ^
bm.c: bm.c:86:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c: mask[1][0] = vec256_set1_16b(0x3333);
bm.c: ^
bm.c: bm.c:87:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c: mask[1][1] = vec256_set1_16b(0xCCCC);
bm.c: ^
bm.c: bm.c:88:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c: mask[2][0] = vec256_set1_16b(0x0F0F);
bm.c: ^
bm.c: bm.c:89:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c: mask[2][1] = vec256_set1_16b(0xF0F0);
bm.c: ^
bm.c: bm.c:90:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c: mask[3][0] = vec256_set1_16b(0x00FF);
bm.c: ^
bm.c: bm.c:91:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| avx | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
bm.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/12/include/immintrin.h:47,
bm.c: from vec256.h:9,
bm.c: from bm.h:12,
bm.c: from bm.c:25:
bm.c: /usr/lib/gcc/x86_64-linux-gnu/12/include/avx2intrin.h: In function 'vec256_and':
bm.c: /usr/lib/gcc/x86_64-linux-gnu/12/include/avx2intrin.h:179:1: error: inlining failed in call to 'always_inline' '_mm256_and_si256': target specific option mismatch
bm.c: 179 | _mm256_and_si256 (__m256i __A, __m256i __B)
bm.c: | ^~~~~~~~~~~~~~~~
bm.c: vec256.h:74:16: note: called from here
bm.c: 74 | return _mm256_and_si256(a, b);
bm.c: | ^~~~~~~~~~~~~~~~~~~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| avx | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| avx | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| avx | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| avx | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/pk_gen.c:138: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:69: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/pk_gen.c:138: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:69: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/pk_gen.c:138: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:69: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:85: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/pk_gen.c:138: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:66: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/pk_gen.c:138: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:69: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/pk_gen.c:138: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:85: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:98: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:109: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/pk_gen.c:138: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:85: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:98: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:109: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/pk_gen.c:138: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:69: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:66: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_ref_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/pk_gen.c:138: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:69: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/ref/work/controlbits.c:85: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:349: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `composeinv':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:271: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:66: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/encrypt.c:54: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| sse | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:349: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `composeinv':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:271: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:66: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/encrypt.c:54: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| sse | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:349: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `composeinv':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:271: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:69: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/encrypt.c:54: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| sse | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:349: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `composeinv':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:271: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:57: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/encrypt.c:54: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| sse | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
decrypt.c: In file included from decrypt.c:10:
decrypt.c: In file included from ./vec128_gf.h:11:
decrypt.c: ./vec128.h:38:9: error: always_inline function '_mm_testz_si128' requires target feature 'sse4.1', but would be inlined into function 'vec128_testz' that is compiled without support for 'sse4.1'
decrypt.c: return _mm_testz_si128(a, a);
decrypt.c: ^
decrypt.c: 1 error generated.
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| sse | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:349: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `composeinv':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:271: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:85: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:98: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/encrypt.c:54: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| sse | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:349: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `composeinv':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:271: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:85: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:98: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/encrypt.c:54: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| sse | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:349: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `composeinv':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:271: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:69: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/encrypt.c:54: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| sse | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_sse_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:349: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `composeinv':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/pk_gen.c:271: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/controlbits.c:69: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/sse/work/encrypt.c:54: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| sse | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/pk_gen.c:209: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:69: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:49: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:65: undefined reference to `crypto_xof_bitwrite16_256x4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| vec | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/pk_gen.c:209: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:69: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:49: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:65: undefined reference to `crypto_xof_bitwrite16_256x4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| vec | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/pk_gen.c:209: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:69: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:85: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:49: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:65: undefined reference to `crypto_xof_bitwrite16_256x4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| vec | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/pk_gen.c:209: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:66: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:49: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:65: undefined reference to `crypto_xof_bitwrite16_256x4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| vec | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/pk_gen.c:209: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:69: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:49: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:65: undefined reference to `crypto_xof_bitwrite16_256x4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| vec | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/pk_gen.c:209: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:85: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:98: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:109: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:49: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:65: undefined reference to `crypto_xof_bitwrite16_256x4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| vec | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/pk_gen.c:209: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:85: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:98: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:109: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:49: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:65: undefined reference to `crypto_xof_bitwrite16_256x4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| vec | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/pk_gen.c:209: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:69: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:66: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:49: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:65: undefined reference to `crypto_xof_bitwrite16_256x4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| vec | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_dec.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_dec.c:51: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_enc.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_enc.c:34: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(kem_keypair.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_operation_keypair':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/kem_keypair.c:47: undefined reference to `crypto_xof_shake256_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(pk_gen.o): in function `crypto_kem_mceliece8192128f_vec_constbranchindex_pk_gen':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/pk_gen.c:209: undefined reference to `crypto_sort_int64_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o): in function `cbrecursion':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:43: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:54: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:57: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:66: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:69: undefined reference to `crypto_sort_int32_sse42_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(controlbits.o):.../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/controlbits.c:85: more undefined references to `crypto_sort_int32_sse42_constbranchindex' follow
try.c: /usr/bin/ld: libcrypto_kem_mceliece8192128f.a(encrypt.o): in function `gen_e':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:49: undefined reference to `crypto_sort_int16_portable4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/mceliece8192128f/vec/work/encrypt.c:65: undefined reference to `crypto_xof_bitwrite16_256x4_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| vec | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |