Test results for amd64, hertz, crypto_sign/crossrsdp128fast
[Page version: 20260219 16:18:58]
Measurements for amd64, hertz, crypto_sign
Test results for amd64, hertz, crypto_sign
Test results for crypto_sign/crossrsdp128fast
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20260217
Operation: crypto_sign
Primitive: crossrsdp128fast
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 2512482 | 115752 0 0 | 153344 1288 2512 | opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 2741230 | 99194 0 0 | 137966 1312 2416 | opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 2749893 | 100975 0 0 | 141022 1312 2416 | opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 2762599 | 95730 0 0 | 129760 1288 2512 | opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 3039992 | 79464 0 0 | 112973 1304 2416 | opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 3501052 | 38740 0 0 | 75921 1264 2512 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 3547317 | 39016 0 0 | 79446 1296 2416 | ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 3559389 | 37060 0 0 | 76094 1296 2416 | ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 3604788 | 80191 0 0 | 112436 1280 2416 | opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 6330629 | 27831 0 0 | 61165 1288 2416 | ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 7009541 | 26717 0 0 | 60233 1264 2512 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 8228601 | 17486 0 0 | 49389 1256 2416 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
Compiler output
CROSS.c: In file included from CROSS.c:40:
CROSS.c: ./csprng_hash.h:105:24: warning: default initialization of an object of type 'const unsigned char[seed_len_bytes]' leaves the object uninitialized [-Wdefault-const-init-var-unsafe]
CROSS.c: 105 | const unsigned char seed4[seed_len_bytes]; // discarded
CROSS.c: | ^
CROSS.c: 1 warning generated.
csprng_hash.c: In file included from csprng_hash.c:37:
csprng_hash.c: ./csprng_hash.h:105:24: warning: default initialization of an object of type 'const unsigned char[seed_len_bytes]' leaves the object uninitialized [-Wdefault-const-init-var-unsafe]
csprng_hash.c: 105 | const unsigned char seed4[seed_len_bytes]; // discarded
csprng_hash.c: | ^
csprng_hash.c: 1 warning generated.
merkle.c: In file included from merkle.c:38:
merkle.c: ./csprng_hash.h:105:24: warning: default initialization of an object of type 'const unsigned char[seed_len_bytes]' leaves the object uninitialized [-Wdefault-const-init-var-unsafe]
merkle.c: 105 | const unsigned char seed4[seed_len_bytes]; // discarded
merkle.c: | ^
merkle.c: 1 warning generated.
seedtree.c: In file included from seedtree.c:38:
seedtree.c: ./csprng_hash.h:105:24: warning: default initialization of an object of type 'const unsigned char[seed_len_bytes]' leaves the object uninitialized [-Wdefault-const-init-var-unsafe]
seedtree.c: 105 | const unsigned char seed4[seed_len_bytes]; // discarded
seedtree.c: | ^
seedtree.c: 1 warning generated.
sign.c: sign.c:88:15: warning: default initialization of an object of type 'const pk_t' leaves the object uninitialized [-Wdefault-const-init-var-unsafe]
sign.c: 88 | const pk_t pk;
sign.c: | ^
sign.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 3, namely:
| Implementation | Compiler |
| opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
| opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
| opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
Compiler output
sign.c: sign.c:88:15: warning: default initialization of an object of type 'const pk_t' leaves the object uninitialized [-Wdefault-const-init-var-unsafe]
sign.c: 88 | const pk_t pk;
sign.c: | ^
sign.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 3, namely:
| Implementation | Compiler |
| ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
| ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
| ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x401D858
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x401E118
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x4018018
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x401CFD8
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x4021F98
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x4018AD8
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x400F218
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x400FBD8
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x400BF18
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_21.1.8_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x400C798
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x400F918
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x4009B58
at 0x...: memset (string_fortified.h:59)
by 0x...: cpucycles_works (wrapper.c:50)
by 0x...: supercop_cpucycles_ticks_amd64_tsc_setup (amd64-tsc.c:28)
by 0x...: cpucycles_init (wrapper.c:308)
by 0x...: main (try-anything.c:330)
Illegal instruction (core dumped)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (15.2.0) |