Test results for amd64, like, crypto_kem/kyber768

[Page version: 20250420 15:13:24]

Measurements for amd64, like, crypto_kem Test results for amd64, like, crypto_kem Test results for crypto_kem/kyber768
Computer: like
Microarchitecture: amd64; Coffee Lake (806ea)
Architecture: amd64
CPU ID: GenuineIntel-000806ea-bfebfbff
SUPERCOP version: 20250415
Operation: crypto_kem
Primitive: kyber768
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
93089149043 0 0171788 828 1800avx2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
94850151181 0 0173892 828 1800avx2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
97727127842 0 0146782 820 1800avx2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
101610158376 0 0179844 788 1768avx2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
105704131100 0 0150708 788 1768avx2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
106560133479 0 0151636 828 1736avx2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
108791126910 0 0146276 788 1768avx2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
113008125681 0 0143596 780 1736avx2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
46688028260 0 051532 828 1800refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
48839038546 0 061756 828 1800refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
51043412292 0 031670 820 1800refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
52181628691 0 053933 828 1736refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
55023014661 0 033389 828 1736refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
55044543109 0 064420 788 1768refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
59227313900 0 033324 788 1768refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
59314112601 0 031812 788 1768refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025041920250415
68065611074 0 028900 780 1736refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025041920250415

Compiler output


KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'crypto_kem_kyber768_avx2_constbranchindex_KeccakP1600times4_AddLanesAll' that is compiled without support for 'avx'
KeccakP-1600-times4-SIMD256.c:   146 |         Xor_In4( 0 );
KeccakP-1600-times4-SIMD256.c:       |         ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:135:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c:   135 |     #define Xor_In4( argIndex ) lanes0 = LOAD256u( curData0[argIndex]),\
KeccakP-1600-times4-SIMD256.c:       |                                          ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c:    44 |     #define LOAD256u(a)             _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c:       |                                     ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:135:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c:   135 |     #define Xor_In4( argIndex ) lanes0 = LOAD256u( curData0[argIndex]),\
KeccakP-1600-times4-SIMD256.c:       |                                          ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c:    44 |     #define LOAD256u(a)             _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c:       |                                     ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'crypto_kem_kyber768_avx2_constbranchindex_KeccakP1600times4_AddLanesAll' that is compiled without support for 'avx'
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:136:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c:   136 |                                 lanes1 = LOAD256u( curData1[argIndex]),\
KeccakP-1600-times4-SIMD256.c:       |                                          ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c:    44 |     #define LOAD256u(a)             _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c:       |                                     ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:136:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
avx2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))

Compiler output


kem.c: kem.c:24:32: warning: argument 1 of type 'uint8_t[1184]' {aka 'unsigned char[1184]'} with mismatched bound [-Warray-parameter=]
kem.c:    24 | int crypto_kem_keypair(uint8_t pk[KYBER_PUBLICKEYBYTES],
kem.c:       |                        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: In file included from kem.c:5:
kem.c: kem.h:33:33: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c:    33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c:       |                        ~~~~~~~~~^~
kem.c: kem.c:25:32: warning: argument 2 of type 'uint8_t[2400]' {aka 'unsigned char[2400]'} with mismatched bound [-Warray-parameter=]
kem.c:    25 |                        uint8_t sk[KYBER_SECRETKEYBYTES])
kem.c:       |                        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:33:46: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c:    33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c:       |                                     ~~~~~~~~~^~
kem.c: kem.c:50:28: warning: argument 1 of type 'uint8_t[1088]' {aka 'unsigned char[1088]'} with mismatched bound [-Warray-parameter=]
kem.c:    50 | int crypto_kem_enc(uint8_t ct[KYBER_CIPHERTEXTBYTES],
kem.c:       |                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:36:29: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c:    36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c:       |                    ~~~~~~~~~^~
kem.c: kem.c:51:28: warning: argument 2 of type 'uint8_t[32]' {aka 'unsigned char[32]'} with mismatched bound [-Warray-parameter=]
kem.c:    51 |                    uint8_t ss[KYBER_SSBYTES],
kem.c:       |                    ~~~~~~~~^~~~~~~~~~~~~~~~~
kem.c: kem.h:36:42: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c:    36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c:       |                                 ~~~~~~~~~^~
kem.c: ...
poly.c: poly.c:407:42: warning: argument 5 of type 'const uint8_t[32]' {aka 'const unsigned char[32]'} with mismatched bound [-Warray-parameter=]
poly.c:   407 |                            const uint8_t seed[32],
poly.c:       |                            ~~~~~~~~~~~~~~^~~~~~~~
poly.c: In file included from poly.c:6:
poly.c: poly.h:37:43: note: previously declared as 'const uint8_t *' {aka 'const unsigned char *'}
poly.c:    37 |                            const uint8_t *seed,
poly.c:       |                            ~~~~~~~~~~~~~~~^~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
avx2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
avx2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
avx2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
avx2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:367:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_keypair':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:437:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_enc':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:446:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:447:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:448:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_dec':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:464:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:469:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:347:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:353:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `prf':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
compactclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output


try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:367:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_keypair':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:437:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_enc':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:446:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:447:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:448:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_dec':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:464:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:469:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:347:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:353:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `prf':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
compactclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))

Compiler output


try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:367:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `prf':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_keypair':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:437:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_enc':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:446:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:447:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:448:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `prf':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_dec':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:464:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:469:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
compactclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))

Compiler output


try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:367:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_keypair':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:437:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_enc':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:446:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:447:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:448:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_dec':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:464:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:469:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:347:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:353:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `prf':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
compactclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output


try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:367:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_keypair':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:437:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_enc':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:446:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:447:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:448:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_dec':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:464:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:469:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:347:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:353:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `prf':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))

Compiler output


try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `prf':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:347:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:353:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:367:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_keypair':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:437:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_enc':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:446:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:447:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:448:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_dec':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:464:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:469:(.text+0x...): undefined reference to `SHAKE256'
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `prf':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:347:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:353:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:367:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_keypair':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:437:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_enc':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:446:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:447:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:448:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_dec':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:464:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:469:(.text+0x...): undefined reference to `SHAKE256'
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:353:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:347:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `prf':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:367:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_keypair':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:437:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_enc':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:446:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:447:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:448:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_dec':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:464:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:469:(.text+0x...): undefined reference to `SHAKE256'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:347:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:353:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `prf':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:367:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_keypair':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:437:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_enc':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:446:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:447:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:448:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber768.a(kem.o): in function `crypto_kem_kyber768_compact_constbranchindex_dec':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:464:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/kem.c:469:(.text+0x...): undefined reference to `SHAKE256'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


kem.c: kem.c:23:32: warning: argument 1 of type 'uint8_t[1184]' {aka 'unsigned char[1184]'} with mismatched bound [-Warray-parameter=]
kem.c:    23 | int crypto_kem_keypair(uint8_t pk[KYBER_PUBLICKEYBYTES],
kem.c:       |                        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: In file included from kem.c:4:
kem.c: kem.h:33:33: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c:    33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c:       |                        ~~~~~~~~~^~
kem.c: kem.c:24:32: warning: argument 2 of type 'uint8_t[2400]' {aka 'unsigned char[2400]'} with mismatched bound [-Warray-parameter=]
kem.c:    24 |                        uint8_t sk[KYBER_SECRETKEYBYTES])
kem.c:       |                        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:33:46: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c:    33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c:       |                                     ~~~~~~~~~^~
kem.c: kem.c:51:28: warning: argument 1 of type 'uint8_t[1088]' {aka 'unsigned char[1088]'} with mismatched bound [-Warray-parameter=]
kem.c:    51 | int crypto_kem_enc(uint8_t ct[KYBER_CIPHERTEXTBYTES],
kem.c:       |                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:36:29: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c:    36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c:       |                    ~~~~~~~~~^~
kem.c: kem.c:52:28: warning: argument 2 of type 'uint8_t[32]' {aka 'unsigned char[32]'} with mismatched bound [-Warray-parameter=]
kem.c:    52 |                    uint8_t ss[KYBER_SSBYTES],
kem.c:       |                    ~~~~~~~~^~~~~~~~~~~~~~~~~
kem.c: kem.h:36:42: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c:    36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c:       |                                 ~~~~~~~~~^~
kem.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Passed TIMECOP


TIMECOP iterations: 1

Number of similar (implementation,compiler) pairs: 17, namely:
ImplementationCompiler
avx2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
avx2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
avx2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
avx2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
avx2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
avx2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
avx2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
avx2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)