Test results for amd64, dali, crypto_sign/hector
[Page version: 20241023 21:27:53]
Measurements for amd64, dali, crypto_sign
Test results for amd64, dali, crypto_sign
Test results for crypto_sign/hector
Computer: dali
Microarchitecture: amd64; Zen (820f01)
Architecture: amd64
CPU ID: AuthenticAMD-00820f01-178bfbff
SUPERCOP version: 20241022
Operation: crypto_sign
Primitive: hector
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1188842 | 223188 0 728 | 431088 964 2552 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
1204830 | 147918 0 728 | 354808 964 2552 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
1305951 | 165856 0 728 | 372208 964 2552 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
1546523 | 137704 0 728 | 343072 964 2520 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
Compiler output
common.c: In file included from common.c:9:
common.c: In file included from ./common.h:12:
common.c: In file included from ./divclass.h:10:
common.c: In file included from ./field.h:7:
common.c: In file included from ./mpfq_2_113.h:5:
common.c: ./x86_64/mpfq_2_113.h:740:14: error: use of unknown builtin '__builtin_ia32_pslldqi128' [-Wimplicit-function-declaration]
common.c: r.s = t0 ^ SHLD(t1, 64);
common.c: ^
common.c: ./x86_64/mpfq_2_113.h:597:25: note: expanded from macro 'SHLD'
common.c: #define SHLD(x,r) (v2di)__builtin_ia32_pslldqi128 ((gcc43bugfix) (x),(r))
common.c: ^
common.c: ./x86_64/mpfq_2_113.h:740:14: error: invalid conversion between vector type 'v2di' (vector of 2 'uint64_t' values) and integer type 'int' of different size
common.c: r.s = t0 ^ SHLD(t1, 64);
common.c: ^~~~~~~~~~~~
common.c: ./x86_64/mpfq_2_113.h:597:19: note: expanded from macro 'SHLD'
common.c: #define SHLD(x,r) (v2di)__builtin_ia32_pslldqi128 ((gcc43bugfix) (x),(r))
common.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common.c: ./x86_64/mpfq_2_113.h:747:14: error: use of unknown builtin '__builtin_ia32_psrldqi128' [-Wimplicit-function-declaration]
common.c: r.s = t2 ^ SHRD(t1, 64);
common.c: ^
common.c: ./x86_64/mpfq_2_113.h:598:25: note: expanded from macro 'SHRD'
common.c: #define SHRD(x,r) (v2di)__builtin_ia32_psrldqi128 ((gcc43bugfix) (x),(r))
common.c: ^
common.c: ./x86_64/mpfq_2_113.h:747:14: error: invalid conversion between vector type 'v2di' (vector of 2 'uint64_t' values) and integer type 'int' of different size
common.c: r.s = t2 ^ SHRD(t1, 64);
common.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
common.c: In file included from common.h:12,
common.c: from common.c:9:
common.c: divclass.h:50:56: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
common.c: 50 | void divclass_make_affine(divclass rop, const divclass const op);
common.c: | ^~~~~
config.c: In file included from config.h:11,
config.c: from config.c:10:
config.c: divclass.h:50:56: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
config.c: 50 | void divclass_make_affine(divclass rop, const divclass const op);
config.c: | ^~~~~
conversion.c: In file included from conversion.c:9:
conversion.c: divclass.h:50:56: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
conversion.c: 50 | void divclass_make_affine(divclass rop, const divclass const op);
conversion.c: | ^~~~~
curve.c: In file included from config.h:11,
curve.c: from curve.c:7:
curve.c: divclass.h:50:56: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
curve.c: 50 | void divclass_make_affine(divclass rop, const divclass const op);
curve.c: | ^~~~~
divclass.c: In file included from divclass.c:9:
divclass.c: divclass.h:50:56: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
divclass.c: 50 | void divclass_make_affine(divclass rop, const divclass const op);
divclass.c: | ^~~~~
generator.c: In file included from config.h:11,
generator.c: from generator.c:10:
generator.c: divclass.h:50:56: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
generator.c: 50 | void divclass_make_affine(divclass rop, const divclass const op);
generator.c: | ^~~~~
hector_sig.c: In file included from config.h:11,
hector_sig.c: from hector_sig.c:14:
hector_sig.c: divclass.h:50:56: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
hector_sig.c: 50 | void divclass_make_affine(divclass rop, const divclass const op);
hector_sig.c: | ^~~~~
wnaf.c: In file included from config.h:11,
wnaf.c: from wnaf.c:10:
wnaf.c: divclass.h:50:56: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
wnaf.c: 50 | void divclass_make_affine(divclass rop, const divclass const op);
wnaf.c: | ^~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
common.o gen_keypair T
config.o K B
config.o clear_all T
config.o dummyelts B
config.o f0 B
config.o f3 B
config.o init_all T
config.o p B
config.o size_of_p B
conversion.o bytearray_to_divclass T
conversion.o bytearray_to_kelt T
conversion.o bytearray_to_mpz_t T
conversion.o divclass_to_bytearray T
conversion.o kelt_to_bytearray T
conversion.o kelt_to_mpz_t T
conversion.o mpz_t_to_bytearray T
conversion.o mpz_t_to_scrambled_bytearray T
conversion.o scrambled_bytearray_to_mpz_t T
curve.o curve_clear T
curve.o curve_init T
divclass.o divclass_add_affine T
divclass.o divclass_clear T
divclass.o divclass_double T
divclass.o divclass_double_affine T
divclass.o divclass_init T
divclass.o divclass_iszero T
divclass.o divclass_make_affine T
divclass.o divclass_mixadd T
divclass.o divclass_multiply T
divclass.o divclass_print T
divclass.o divclass_set T
divclass.o divclass_setzero T
generator.o generator_clear T
generator.o generator_init T
generator.o generator_multiples1 B
generator.o generator_multiples2 B
generator.o generator_multiply T
hector_sig.o divclass_hash T
hector_sig.o shortmessagesigned T
hector_sig.o signedshortmessage T
mpfq_2_113.o mpfq_2_113_print T
wnaf.o wnaf_clear T
wnaf.o wnaf_init T
wnaf.o wnaf_set T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |