Test results for amd64, prodesk, crypto_sign/hector

[Page version: 20241023 21:24:53]

Measurements for amd64, prodesk, crypto_sign Test results for amd64, prodesk, crypto_sign Test results for crypto_sign/hector
Computer: prodesk
Microarchitecture: amd64; Haswell+AES (306c3)
Architecture: amd64
CPU ID: GenuineIntel-000306c3-bfebfbff
SUPERCOP version: 20241022
Operation: crypto_sign
Primitive: hector
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1485220135835 0 728345075 1088 2344T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102320241022
1492440116496 0 728324203 1088 2344T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102320241022
1500404143780 0 728354827 1088 2344T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102320241022
1514864166507 0 728375243 1088 2344T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102320241022

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:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)