Test results for amd64, jasper, crypto_kem/rqc128
[Page version: 20241023 21:19:00]
Measurements for amd64, jasper, crypto_kem
Test results for amd64, jasper, crypto_kem
Test results for crypto_kem/rqc128
Computer: jasper
Microarchitecture: amd64; Tremont (906c0)
Architecture: amd64
CPU ID: GenuineIntel-000906c0-20-bfebfbff
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: rqc128
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
4439942 | 38242 0 24 | 59677 948 1784 | T:avx | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240731 | 20240716 |
4454326 | 42801 0 24 | 65413 948 1784 | T:avx | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240731 | 20240716 |
4779755 | 39079 0 24 | 62490 972 1720 | T:avx | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240731 | 20240716 |
4808978 | 36719 0 24 | 57858 972 1720 | T:avx | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240731 | 20240716 |
4874877 | 30656 0 24 | 51293 948 1784 | T:avx | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240731 | 20240716 |
4971269 | 29314 0 24 | 48434 956 1720 | T:avx | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240731 | 20240716 |
5143208 | 26611 0 24 | 45309 940 1752 | T:avx | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240731 | 20240716 |
5532603 | 30479 0 24 | 50250 956 1720 | T:avx | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240731 | 20240716 |
Compiler output
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c: return modulus;
rbc_qre.c: ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c: rbc_poly_sparse modulus;
rbc_qre.c: ^
rbc_qre.c: = NULL
rbc_qre.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:avx | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:avx | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:avx | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:avx | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
rbc_elt.c: rbc_elt.c:466:19: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
rbc_elt.c: __m128i a0_b0 = _mm_clmulepi64_si128(a, b, 0x00);
rbc_elt.c: ^
rbc_elt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128'
rbc_elt.c: ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \
rbc_elt.c: ^
rbc_elt.c: rbc_elt.c:468:19: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
rbc_elt.c: __m128i a0_b1 = _mm_clmulepi64_si128(a, b, 0x10);
rbc_elt.c: ^
rbc_elt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128'
rbc_elt.c: ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \
rbc_elt.c: ^
rbc_elt.c: rbc_elt.c:469:19: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
rbc_elt.c: __m128i a1_b0 = _mm_clmulepi64_si128(a, b, 0x01);
rbc_elt.c: ^
rbc_elt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128'
rbc_elt.c: ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \
rbc_elt.c: ^
rbc_elt.c: rbc_elt.c:471:19: error: '__builtin_ia32_pclmulqdq128' needs target feature pclmul
rbc_elt.c: __m128i a1_b1 = _mm_clmulepi64_si128(a, b, 0x11);
rbc_elt.c: ^
rbc_elt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/__wmmintrin_pclmul.h:45:13: note: expanded from macro '_mm_clmulepi64_si128'
rbc_elt.c: ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \
rbc_elt.c: ^
rbc_elt.c: 4 errors generated.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:avx | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c: return modulus;
rbc_qre.c: ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c: rbc_poly_sparse modulus;
rbc_qre.c: ^
rbc_qre.c: = NULL
rbc_qre.c: 1 warning generated.
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(parsing.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_elt.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_qre.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vec.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vspace.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rqc.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(gabidulin.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(qpoly.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_poly.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
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 |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c: return modulus;
rbc_qre.c: ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c: rbc_poly_sparse modulus;
rbc_qre.c: ^
rbc_qre.c: = NULL
rbc_qre.c: 1 warning generated.
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(parsing.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_elt.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_qre.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vec.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vspace.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rqc.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(gabidulin.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(qpoly.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_poly.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
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 |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c: return modulus;
rbc_qre.c: ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c: rbc_poly_sparse modulus;
rbc_qre.c: ^
rbc_qre.c: = NULL
rbc_qre.c: 1 warning generated.
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(parsing.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_elt.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_qre.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vec.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vspace.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rqc.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(gabidulin.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(qpoly.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_poly.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
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 |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c: return modulus;
rbc_qre.c: ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c: rbc_poly_sparse modulus;
rbc_qre.c: ^
rbc_qre.c: = NULL
rbc_qre.c: 1 warning generated.
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(parsing.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_elt.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_qre.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vec.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vspace.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rqc.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(gabidulin.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(qpoly.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_poly.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
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 |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
rbc_qre.c: rbc_qre.c:123:13: warning: variable 'modulus' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:134:10: note: uninitialized use occurs here
rbc_qre.c: return modulus;
rbc_qre.c: ^~~~~~~
rbc_qre.c: rbc_qre.c:123:10: note: remove the 'if' if its condition is always true
rbc_qre.c: } else if(degree == 211) {
rbc_qre.c: ^~~~~~~~~~~~~~~~~~
rbc_qre.c: rbc_qre.c:60:26: note: initialize the variable 'modulus' to silence this warning
rbc_qre.c: rbc_poly_sparse modulus;
rbc_qre.c: ^
rbc_qre.c: = NULL
rbc_qre.c: 1 warning generated.
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(parsing.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_elt.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_qre.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vec.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vspace.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rqc.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(gabidulin.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(qpoly.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_poly.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/./rbc.h:40: first defined here
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 |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(parsing.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_elt.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_qre.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vec.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vspace.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rqc.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(gabidulin.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(qpoly.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_poly.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(parsing.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_elt.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_qre.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vec.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vspace.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rqc.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(gabidulin.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(qpoly.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_poly.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(parsing.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_elt.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_qre.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vec.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vspace.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rqc.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(gabidulin.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(qpoly.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_poly.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(parsing.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_elt.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_qre.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vec.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_vspace.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rqc.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(gabidulin.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(qpoly.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc128.a(rbc_poly.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc128.a(kem.o):.../supercop-data/jasper/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc128/ref/work/rbc.h:40: first defined here
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
gabidulin.o rbc_gabidulin_decode T
gabidulin.o rbc_gabidulin_encode T
gabidulin.o rbc_gabidulin_init T
parsing.o rqc_kem_ciphertext_from_string T
parsing.o rqc_kem_ciphertext_to_string T
parsing.o rqc_public_key_from_string T
parsing.o rqc_public_key_to_string T
parsing.o rqc_secret_key_from_string T
parsing.o rqc_secret_key_to_string T
qpoly.o rbc_qpoly_add T
qpoly.o rbc_qpoly_clear T
qpoly.o rbc_qpoly_evaluate T
qpoly.o rbc_qpoly_init T
qpoly.o rbc_qpoly_is_zero T
qpoly.o rbc_qpoly_left_div T
qpoly.o rbc_qpoly_left_div2 T
qpoly.o rbc_qpoly_mul T
qpoly.o rbc_qpoly_mul2 T
qpoly.o rbc_qpoly_print T
qpoly.o rbc_qpoly_qexp T
qpoly.o rbc_qpoly_scalar_mul T
qpoly.o rbc_qpoly_set T
qpoly.o rbc_qpoly_set_interpolate_vect_and_zero T
qpoly.o rbc_qpoly_set_mask T
qpoly.o rbc_qpoly_set_one T
qpoly.o rbc_qpoly_set_zero T
qpoly.o rbc_qpoly_update_degree T
rbc_elt.o rbc_elt_add T
rbc_elt.o rbc_elt_get_coefficient T
rbc_elt.o rbc_elt_get_degree T
rbc_elt.o rbc_elt_inv T
rbc_elt.o rbc_elt_is_equal_to T
rbc_elt.o rbc_elt_is_greater_than T
rbc_elt.o rbc_elt_is_zero T
rbc_elt.o rbc_elt_mul T
rbc_elt.o rbc_elt_nth_root T
rbc_elt.o rbc_elt_print T
rbc_elt.o rbc_elt_reduce T
rbc_elt.o rbc_elt_set T
rbc_elt.o rbc_elt_set_coefficient T
rbc_elt.o rbc_elt_set_from_uint64 T
rbc_elt.o rbc_elt_set_mask1 T
rbc_elt.o rbc_elt_set_mask2 T
rbc_elt.o rbc_elt_set_one T
rbc_elt.o rbc_elt_set_random T
rbc_elt.o rbc_elt_set_random2 T
rbc_elt.o rbc_elt_set_zero T
rbc_elt.o rbc_elt_sqr T
rbc_elt.o rbc_elt_ur_mul T
rbc_elt.o rbc_elt_ur_print T
rbc_elt.o rbc_elt_ur_set_from_uint64 T
rbc_elt.o rbc_elt_ur_set_zero T
rbc_elt.o rbc_elt_ur_sqr T
rbc_elt.o rbc_field_init T
rbc_poly.o rbc_kar_fold T
rbc_poly.o rbc_kar_mul T
rbc_poly.o rbc_plain_mul T
rbc_poly.o rbc_poly_add T
rbc_poly.o rbc_poly_add2 T
rbc_poly.o rbc_poly_clear T
rbc_poly.o rbc_poly_div T
rbc_poly.o rbc_poly_from_string T
rbc_poly.o rbc_poly_init T
rbc_poly.o rbc_poly_inv T
rbc_poly.o rbc_poly_is_equal_to T
rbc_poly.o rbc_poly_mul T
rbc_poly.o rbc_poly_mul2 T
rbc_poly.o rbc_poly_mulmod_sparse T
rbc_poly.o rbc_poly_print T
rbc_poly.o rbc_poly_resize T
rbc_poly.o rbc_poly_set T
rbc_poly.o rbc_poly_set_random T
rbc_poly.o rbc_poly_set_random2 T
rbc_poly.o rbc_poly_set_random_from_support T
rbc_poly.o rbc_poly_set_random_full_rank T
rbc_poly.o rbc_poly_set_random_full_rank_with_one T
rbc_poly.o rbc_poly_set_random_pair_from_support T
rbc_poly.o rbc_poly_set_random_pair_from_support2 T
rbc_poly.o rbc_poly_set_zero T
rbc_poly.o rbc_poly_sparse_clear T
rbc_poly.o rbc_poly_sparse_init T
rbc_poly.o rbc_poly_sparse_print T
rbc_poly.o rbc_poly_to_string T
rbc_poly.o rbc_poly_update_degree T
rbc_qre.o rbc_qre_add T
rbc_qre.o rbc_qre_clear T
rbc_qre.o rbc_qre_clear_modulus T
rbc_qre.o rbc_qre_div T
rbc_qre.o rbc_qre_from_string T
rbc_qre.o rbc_qre_get_modulus T
rbc_qre.o rbc_qre_init T
rbc_qre.o rbc_qre_init_modulus T
rbc_qre.o rbc_qre_inv T
rbc_qre.o rbc_qre_is_equal_to T
rbc_qre.o rbc_qre_mul T
rbc_qre.o rbc_qre_print T
rbc_qre.o rbc_qre_set_random T
rbc_qre.o rbc_qre_set_random2 T
rbc_qre.o rbc_qre_set_random_from_support T
rbc_qre.o rbc_qre_set_random_full_rank T
rbc_qre.o rbc_qre_set_random_full_rank_with_one T
rbc_qre.o rbc_qre_set_random_pair_from_support T
rbc_qre.o rbc_qre_set_random_pair_from_support2 T
rbc_qre.o rbc_qre_set_zero T
rbc_qre.o rbc_qre_to_string T
rbc_vec.o rbc_vec_add T
rbc_vec.o rbc_vec_clear T
rbc_vec.o rbc_vec_echelonize T
rbc_vec.o rbc_vec_from_string T
rbc_vec.o rbc_vec_gauss T
rbc_vec.o rbc_vec_gauss_constant_time T
rbc_vec.o rbc_vec_gauss_other_matrices T
rbc_vec.o rbc_vec_get_rank T
rbc_vec.o rbc_vec_init T
rbc_vec.o rbc_vec_print T
rbc_vec.o rbc_vec_scalar_mul T
rbc_vec.o rbc_vec_set T
rbc_vec.o rbc_vec_set_random T
rbc_vec.o rbc_vec_set_random2 T
rbc_vec.o rbc_vec_set_random_from_support T
rbc_vec.o rbc_vec_set_random_full_rank T
rbc_vec.o rbc_vec_set_random_full_rank2 T
rbc_vec.o rbc_vec_set_random_full_rank_with_one T
rbc_vec.o rbc_vec_set_random_pair_from_support T
rbc_vec.o rbc_vec_set_random_pair_from_support2 T
rbc_vec.o rbc_vec_set_zero T
rbc_vec.o rbc_vec_to_string T
rbc_vspace.o rbc_vspace_clear T
rbc_vspace.o rbc_vspace_directsum T
rbc_vspace.o rbc_vspace_init T
rbc_vspace.o rbc_vspace_intersection T
rbc_vspace.o rbc_vspace_intersection_constant_time T
rbc_vspace.o rbc_vspace_print T
rbc_vspace.o rbc_vspace_product T
rbc_vspace.o rbc_vspace_set T
rbc_vspace.o rbc_vspace_set_random_full_rank T
rbc_vspace.o rbc_vspace_set_random_full_rank2 T
rbc_vspace.o rbc_vspace_set_random_full_rank_with_one T
rbc_vspace.o rbc_vspace_set_zero T
rqc.o rqc_pke_decrypt T
rqc.o rqc_pke_encrypt T
rqc.o rqc_pke_keygen T
seedexpander.o seedexpander T
seedexpander.o seedexpander_init T
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
T:avx | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:avx | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:avx | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:avx | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:avx | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |