Test results for amd64, hertz, crypto_dh/surf2113

[Page version: 20250926 22:06:17]

Measurements for amd64, hertz, crypto_dh Test results for amd64, hertz, crypto_dh Test results for crypto_dh/surf2113
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20250922
Operation: crypto_dh
Primitive: surf2113

Compiler output


Surf2_113.c: In file included from Surf2_113.c:11:
Surf2_113.c: In file included from ./field.h:1:
Surf2_113.c: In file included from ./mpfq_2_113.h:5:
Surf2_113.c: ./x86_64/mpfq_2_113.h:714:14: error: use of unknown builtin '__builtin_ia32_pslldqi128' [-Wimplicit-function-declaration]
Surf2_113.c:   714 |                 r.s = t0 ^ SHLD(t1, 64);
Surf2_113.c:       |                            ^
Surf2_113.c: ./x86_64/mpfq_2_113.h:571:25: note: expanded from macro 'SHLD'
Surf2_113.c:   571 | #define SHLD(x,r) (v2di)__builtin_ia32_pslldqi128 ((gcc43bugfix) (x),(r))
Surf2_113.c:       |                         ^
Surf2_113.c: ./x86_64/mpfq_2_113.h:714:14: error: invalid conversion between vector type 'v2di' (vector of 2 'uint64_t' values) and integer type 'int' of different size
Surf2_113.c:   714 |                 r.s = t0 ^ SHLD(t1, 64);
Surf2_113.c:       |                            ^~~~~~~~~~~~
Surf2_113.c: ./x86_64/mpfq_2_113.h:571:19: note: expanded from macro 'SHLD'
Surf2_113.c:   571 | #define SHLD(x,r) (v2di)__builtin_ia32_pslldqi128 ((gcc43bugfix) (x),(r))
Surf2_113.c:       |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Surf2_113.c: ./x86_64/mpfq_2_113.h:721:14: error: use of unknown builtin '__builtin_ia32_psrldqi128' [-Wimplicit-function-declaration]
Surf2_113.c:   721 |                 r.s = t2 ^ SHRD(t1, 64);
Surf2_113.c:       |                            ^
Surf2_113.c: ./x86_64/mpfq_2_113.h:572:25: note: expanded from macro 'SHRD'
Surf2_113.c:   572 | #define SHRD(x,r) (v2di)__builtin_ia32_psrldqi128 ((gcc43bugfix) (x),(r))
Surf2_113.c:       |                         ^
Surf2_113.c: ./x86_64/mpfq_2_113.h:721:14: error: invalid conversion between vector type 'v2di' (vector of 2 'uint64_t' values) and integer type 'int' of different size
Surf2_113.c:   721 |                 r.s = t2 ^ SHRD(t1, 64);
Surf2_113.c:       |                            ^~~~~~~~~~~~
Surf2_113.c: ./x86_64/mpfq_2_113.h:572:19: note: expanded from macro 'SHRD'
Surf2_113.c: ...

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:mpfqclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_20.1.8_(0ubuntu4))
T:mpfqclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_20.1.8_(0ubuntu4))
T:mpfqclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_20.1.8_(0ubuntu4))

Compiler output


keysharing.c: keysharing.c: In function 'crypto_dh_surf2113_mpfq_timingleaks_keypair':
keysharing.c: keysharing.c:107:3: warning: 'K' is used uninitialized [-Wuninitialized]
keysharing.c:   107 |   KSinit(K, base_point);
keysharing.c:       |   ^~~~~~~~~~~~~~~~~~~~~
keysharing.c: keysharing.c:97:10: note: 'K' was declared here
keysharing.c:    97 |   Kfield K;
keysharing.c:       |          ^
keysharing.c: keysharing.c: In function 'crypto_dh_surf2113_mpfq_timingleaks':
keysharing.c: keysharing.c:161:3: warning: 'K' is used uninitialized [-Wuninitialized]
keysharing.c:   161 |   KSinit(K, base_point);
keysharing.c:       |   ^~~~~~~~~~~~~~~~~~~~~
keysharing.c: keysharing.c:155:10: note: 'K' was declared here
keysharing.c:   155 |   Kfield K;
keysharing.c:       |          ^
try.c: /usr/bin/ld: libcrypto_dh_surf2113.a(Surf2_113.o): in function `KSmul':
try.c: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:116:(.text+0x...): undefined reference to `__gmpz_cmp_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:125:(.text+0x...): undefined reference to `__gmpz_cmp_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:169:(.text+0x...): undefined reference to `__gmpz_sizeinbase'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:170:(.text+0x...): undefined reference to `__gmpz_tstbit'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:173:(.text+0x...): undefined reference to `__gmpz_tstbit'
try.c: /usr/bin/ld: libcrypto_dh_surf2113.a(keysharing.o): in function `crypto_dh_surf2113_mpfq_timingleaks_keypair':
try.c: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:113:(.text+0x...): undefined reference to `__gmpz_init_set_str'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:115:(.text+0x...): undefined reference to `__gmpz_clear'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:119:(.text+0x...): undefined reference to `__gmpz_init_set_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:121:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:122:(.text+0x...): undefined reference to `__gmpz_mul_2exp'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:124:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:141:(.text+0x...): undefined reference to `__gmpz_clear'
try.c: /usr/bin/ld: libcrypto_dh_surf2113.a(keysharing.o): in function `crypto_dh_surf2113_mpfq_timingleaks':
try.c: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:172:(.text+0x...): undefined reference to `__gmpz_init_set_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:174:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:175:(.text+0x...): undefined reference to `__gmpz_mul_2exp'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:177:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:195:(.text+0x...): undefined reference to `__gmpz_clear'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


keysharing.c: keysharing.c: In function 'crypto_dh_surf2113_mpfq_timingleaks_keypair':
keysharing.c: keysharing.c:107:3: warning: 'K' is used uninitialized [-Wuninitialized]
keysharing.c:   107 |   KSinit(K, base_point);
keysharing.c:       |   ^~~~~~~~~~~~~~~~~~~~~
keysharing.c: keysharing.c:97:10: note: 'K' was declared here
keysharing.c:    97 |   Kfield K;
keysharing.c:       |          ^
keysharing.c: keysharing.c: In function 'crypto_dh_surf2113_mpfq_timingleaks':
keysharing.c: keysharing.c:161:3: warning: 'K' is used uninitialized [-Wuninitialized]
keysharing.c:   161 |   KSinit(K, base_point);
keysharing.c:       |   ^~~~~~~~~~~~~~~~~~~~~
keysharing.c: keysharing.c:155:10: note: 'K' was declared here
keysharing.c:   155 |   Kfield K;
keysharing.c:       |          ^
try.c: /usr/bin/ld: libcrypto_dh_surf2113.a(Surf2_113.o): in function `KSmul':
try.c: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:116:(.text+0x...): undefined reference to `__gmpz_cmp_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:125:(.text+0x...): undefined reference to `__gmpz_cmp_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:169:(.text+0x...): undefined reference to `__gmpz_sizeinbase'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:170:(.text+0x...): undefined reference to `__gmpz_tstbit'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:173:(.text+0x...): undefined reference to `__gmpz_tstbit'
try.c: /usr/bin/ld: libcrypto_dh_surf2113.a(keysharing.o): in function `crypto_dh_surf2113_mpfq_timingleaks_keypair':
try.c: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:113:(.text+0x...): undefined reference to `__gmpz_init_set_str'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:115:(.text+0x...): undefined reference to `__gmpz_clear'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:119:(.text+0x...): undefined reference to `__gmpz_init_set_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:121:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:122:(.text+0x...): undefined reference to `__gmpz_mul_2exp'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:124:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:141:(.text+0x...): undefined reference to `__gmpz_clear'
try.c: /usr/bin/ld: libcrypto_dh_surf2113.a(keysharing.o): in function `crypto_dh_surf2113_mpfq_timingleaks':
try.c: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:172:(.text+0x...): undefined reference to `__gmpz_init_set_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:174:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:175:(.text+0x...): undefined reference to `__gmpz_mul_2exp'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:177:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:195:(.text+0x...): undefined reference to `__gmpz_clear'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


keysharing.c: keysharing.c: In function 'crypto_dh_surf2113_mpfq_timingleaks_keypair':
keysharing.c: keysharing.c:107:3: warning: 'K' is used uninitialized [-Wuninitialized]
keysharing.c:   107 |   KSinit(K, base_point);
keysharing.c:       |   ^~~~~~~~~~~~~~~~~~~~~
keysharing.c: keysharing.c:97:10: note: 'K' was declared here
keysharing.c:    97 |   Kfield K;
keysharing.c:       |          ^
keysharing.c: keysharing.c: In function 'crypto_dh_surf2113_mpfq_timingleaks':
keysharing.c: keysharing.c:161:3: warning: 'K' is used uninitialized [-Wuninitialized]
keysharing.c:   161 |   KSinit(K, base_point);
keysharing.c:       |   ^~~~~~~~~~~~~~~~~~~~~
keysharing.c: keysharing.c:155:10: note: 'K' was declared here
keysharing.c:   155 |   Kfield K;
keysharing.c:       |          ^
try.c: /usr/bin/ld: libcrypto_dh_surf2113.a(keysharing.o): in function `crypto_dh_surf2113_mpfq_timingleaks_keypair':
try.c: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:113:(.text+0x...): undefined reference to `__gmpz_init_set_str'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:115:(.text+0x...): undefined reference to `__gmpz_clear'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:119:(.text+0x...): undefined reference to `__gmpz_init_set_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:121:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:122:(.text+0x...): undefined reference to `__gmpz_mul_2exp'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:124:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:141:(.text+0x...): undefined reference to `__gmpz_clear'
try.c: /usr/bin/ld: libcrypto_dh_surf2113.a(keysharing.o): in function `crypto_dh_surf2113_mpfq_timingleaks':
try.c: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:172:(.text+0x...): undefined reference to `__gmpz_init_set_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:174:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:175:(.text+0x...): undefined reference to `__gmpz_mul_2exp'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:177:(.text+0x...): undefined reference to `__gmpz_add_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/keysharing.c:195:(.text+0x...): undefined reference to `__gmpz_clear'
try.c: /usr/bin/ld: libcrypto_dh_surf2113.a(Surf2_113.o): in function `KSmul':
try.c: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:116:(.text+0x...): undefined reference to `__gmpz_cmp_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:125:(.text+0x...): undefined reference to `__gmpz_cmp_ui'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:169:(.text+0x...): undefined reference to `__gmpz_sizeinbase'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:170:(.text+0x...): undefined reference to `__gmpz_tstbit'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_dh/surf2113/mpfq/work/Surf2_113.c:173:(.text+0x...): undefined reference to `__gmpz_tstbit'
try.c: collect2: error: ld returned 1 exit status

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