Implementation notes: amd64, hydra7, crypto_kem/rqc192

Computer: hydra7
Microarchitecture: amd64; Sandy Bridge+AES (206a7)
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_kem
Primitive: rqc192
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1610433146007 0 24124448 924 1792T:avxgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024063020240625
1703819441846 0 24119016 924 1792T:avxgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024063020240625
1831755234170 0 24110680 924 1792T:avxgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024063020240625

Test failure


error 111

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:avxgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[6]' {aka 'long unsigned int[6]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[4]' {aka 'long unsigned int[4]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^
rbc_elt.c: rbc_elt.c: In function 'rbc_elt_ur_set_from_uint64':
rbc_elt.c: rbc_elt.c:501:4: warning: array subscript 4 is outside array bounds of 'uint64_t[4]' {aka 'long unsigned int[4]'} [-Warray-bounds]
rbc_elt.c:   501 |   o[4] = e[4];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:502:4: warning: array subscript 5 is outside array bounds of 'uint64_t[4]' {aka 'long unsigned int[4]'} [-Warray-bounds]
rbc_elt.c:   502 |   o[5] = 0;
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:avxgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:avxgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:avxgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[6]' {aka 'long unsigned int[6]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[4]' {aka 'long unsigned int[4]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:avxgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[5]' {aka 'long unsigned int[5]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[3]' {aka 'long unsigned int[3]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^
rbc_elt.c: rbc_elt.c: In function 'rbc_elt_ur_set_from_uint64':
rbc_elt.c: rbc_elt.c:500:4: warning: array subscript 3 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   500 |   o[3] = e[3];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:501:4: warning: array subscript 4 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   501 |   o[4] = e[4];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[5]' {aka 'long unsigned int[5]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[3]' {aka 'long unsigned int[3]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^
rbc_elt.c: rbc_elt.c: In function 'rbc_elt_ur_set_from_uint64':
rbc_elt.c: rbc_elt.c:500:4: warning: array subscript 3 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   500 |   o[3] = e[3];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:501:4: warning: array subscript 4 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   501 |   o[4] = e[4];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[5]' {aka 'long unsigned int[5]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[3]' {aka 'long unsigned int[3]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


rbc_elt.c: rbc_elt.c:496:44: warning: argument 1 of type 'uint64_t[5]' {aka 'long unsigned int[5]'} with mismatched bound [-Warray-parameter=]
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: In file included from rbc_elt.c:7:
rbc_elt.c: rbc_elt.h:51:41: note: previously declared as 'uint64_t[3]' {aka 'long unsigned int[3]'}
rbc_elt.c:    51 | void rbc_elt_ur_set_from_uint64(rbc_elt o, const uint64_t* e);
rbc_elt.c:       |                                 ~~~~~~~~^
rbc_elt.c: rbc_elt.c: In function 'rbc_elt_ur_set_from_uint64':
rbc_elt.c: rbc_elt.c:500:4: warning: array subscript 3 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   500 |   o[3] = e[3];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
rbc_elt.c: rbc_elt.c:501:4: warning: array subscript 4 is outside array bounds of 'uint64_t[3]' {aka 'long unsigned int[3]'} [-Warray-bounds]
rbc_elt.c:   501 |   o[4] = e[4];
rbc_elt.c:       |   ~^~~
rbc_elt.c: rbc_elt.c:496:44: note: while referencing 'o'
rbc_elt.c:   496 | void rbc_elt_ur_set_from_uint64(rbc_elt_ur o, const uint64_t* e) {
rbc_elt.c:       |                                 ~~~~~~~~~~~^
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(parsing.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_elt.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_qre.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vec.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_vspace.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rqc.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(gabidulin.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(qpoly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: first defined here
try.c: /usr/bin/ld: libcrypto_kem_rqc192.a(rbc_poly.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/ref/work/rbc.h:40: multiple definition of `RBC_SQR_LOOKUP_TABLE'; libcrypto_kem_rqc192.a(kem.o):.../supercop-data/hydra7/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/rqc192/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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)