Test results for amd64, alder, crypto_sign/gravitysphincss
[Page version: 20250418 21:20:05]
Measurements for amd64, alder, crypto_sign
Test results for amd64, alder, crypto_sign
Test results for crypto_sign/gravitysphincss
Computer: alder
Microarchitecture: amd64; Golden Cove (90675-00)
Architecture: amd64
CPU ID: GenuineIntel-00090675-00-bfebfbff
SUPERCOP version: 20250415
Operation: crypto_sign
Primitive: gravitysphincss
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
5847513 | 19909 0 0 | 44326 860 1832 | T:fast | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
5913199 | 23277 0 0 | 46462 860 1832 | T:fast | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
6093539 | 13647 0 0 | 34879 852 1832 | T:fast | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
6349806 | 14234 0 0 | 35300 836 1832 | T:fast | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
6447778 | 21613 0 0 | 44564 836 1832 | T:fast | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
6471016 | 15266 0 0 | 36476 836 1832 | T:fast | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
6912125 | 12705 0 0 | 32324 828 1800 | T:fast | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
8158417 | 16588 0 0 | 36926 860 1768 | T:fast | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
261553741 | 22915 0 0 | 48165 908 1832 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
264095696 | 23781 0 0 | 50757 908 1768 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
276467349 | 22007 0 0 | 45403 884 1832 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
295067464 | 21947 0 0 | 47277 908 1832 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
525402336 | 19224 0 0 | 40859 884 1832 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
562074061 | 18363 0 0 | 40038 900 1832 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
617522870 | 18990 0 0 | 39821 908 1768 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
655618496 | 16680 0 0 | 36739 876 1800 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
798626919 | 18126 0 0 | 39563 884 1832 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
Compiler output
aes.c: aes.c:89:14: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aesctr256_direct_x4' that is compiled without support for 'aes'
aes.c: 89 | s1 = _mm_aesenc_si128 (s1, rkeys[1]);
aes.c: | ^
aes.c: aes.c:90:14: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aesctr256_direct_x4' that is compiled without support for 'aes'
aes.c: 90 | s2 = _mm_aesenc_si128 (s2, rkeys[1]);
aes.c: | ^
aes.c: aes.c:91:14: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aesctr256_direct_x4' that is compiled without support for 'aes'
aes.c: 91 | s3 = _mm_aesenc_si128 (s3, rkeys[1]);
aes.c: | ^
aes.c: aes.c:92:14: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aesctr256_direct_x4' that is compiled without support for 'aes'
aes.c: 92 | s4 = _mm_aesenc_si128 (s4, rkeys[1]);
aes.c: | ^
aes.c: aes.c:93:14: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aesctr256_direct_x4' that is compiled without support for 'aes'
aes.c: 93 | s1 = _mm_aesenc_si128 (s1, rkeys[2]);
aes.c: | ^
aes.c: aes.c:94:14: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aesctr256_direct_x4' that is compiled without support for 'aes'
aes.c: 94 | s2 = _mm_aesenc_si128 (s2, rkeys[2]);
aes.c: | ^
aes.c: aes.c:95:14: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aesctr256_direct_x4' that is compiled without support for 'aes'
aes.c: 95 | s3 = _mm_aesenc_si128 (s3, rkeys[2]);
aes.c: | ^
aes.c: aes.c:96:14: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aesctr256_direct_x4' that is compiled without support for 'aes'
aes.c: 96 | s4 = _mm_aesenc_si128 (s4, rkeys[2]);
aes.c: | ^
aes.c: aes.c:97:14: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aesctr256_direct_x4' that is compiled without support for 'aes'
aes.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:fast | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Namespace violations
aes.o aesctr256 T
aes.o aesctr256_direct_x4 T
aes.o aesctr256_zeroiv T
batch.o batch_append T
batch.o batch_compress_auth T
batch.o batch_extract T
batch.o batch_group T
batch.o batch_init T
gravity.o gravity_genpk T
gravity.o gravity_gensk T
gravity.o gravity_loadsign T
gravity.o gravity_sign T
gravity.o gravity_signcmp T
gravity.o gravity_verify T
haraka.o haraka256_256 T
haraka.o haraka256_256_4x T
haraka.o haraka256_256_4x_chain T
haraka.o haraka256_256_8x T
haraka.o haraka256_256_chain T
haraka.o haraka512_256 T
haraka.o haraka512_256_4x T
haraka.o haraka512_256_8x T
hash.o hash_2N_to_N T
hash.o hash_4N_to_4N T
hash.o hash_4N_to_4N_chain T
hash.o hash_8N_to_4N T
hash.o hash_N_to_N T
hash.o hash_N_to_N_chain T
hash.o hash_compress_all T
hash.o hash_compress_pairs T
hash.o hash_parallel T
hash.o hash_parallel_chains T
hash.o hash_to_N T
ltree.o ltree T
merkle.o merkle_alloc_buf T
merkle.o merkle_base_address T
merkle.o merkle_compress_all T
merkle.o merkle_compress_auth T
merkle.o merkle_compress_octopus T
merkle.o merkle_extract T
merkle.o merkle_free_buf T
merkle.o merkle_gen_auth T
merkle.o merkle_gen_octopus T
merkle.o merkle_genpk T
merkle.o merkle_sign T
pors.o octoporst_extract T
pors.o octoporst_loadsign T
pors.o octoporst_sign T
pors.o octoporst_signcmp T
pors.o pors_gensk T
pors.o pors_randsubset T
pors.o pors_sign T
pors.o porst_genpk T
pors.o sort_subset T
wots.o lwots_extract T
wots.o lwots_genpk T
wots.o lwots_ltree T
wots.o wots_chain T
wots.o wots_gensk T
wots.o wots_sign T
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
T:fast | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
T:fast | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
T:fast | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
T:fast | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:fast | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:fast | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:fast | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:fast | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Namespace violations
aes.o aesctr256 T
aes.o aesctr256_zeroiv T
batch.o batch_append T
batch.o batch_compress_auth T
batch.o batch_extract T
batch.o batch_group T
batch.o batch_init T
gravity.o gravity_genpk T
gravity.o gravity_gensk T
gravity.o gravity_loadsign T
gravity.o gravity_sign T
gravity.o gravity_signcmp T
gravity.o gravity_verify T
haraka.o aesenc T
haraka.o haraka256_256 T
haraka.o haraka256_256_chain T
haraka.o haraka512_256 T
hash.o hash_2N_to_N T
hash.o hash_N_to_N T
hash.o hash_N_to_N_chain T
hash.o hash_compress_all T
hash.o hash_compress_pairs T
hash.o hash_parallel T
hash.o hash_parallel_chains T
hash.o hash_to_N T
ltree.o ltree T
merkle.o merkle_alloc_buf T
merkle.o merkle_base_address T
merkle.o merkle_compress_all T
merkle.o merkle_compress_auth T
merkle.o merkle_compress_octopus T
merkle.o merkle_extract T
merkle.o merkle_free_buf T
merkle.o merkle_gen_auth T
merkle.o merkle_gen_octopus T
merkle.o merkle_genpk T
merkle.o merkle_sign T
pors.o octoporst_extract T
pors.o octoporst_loadsign T
pors.o octoporst_sign T
pors.o octoporst_signcmp T
pors.o pors_gensk T
pors.o pors_randsubset T
pors.o pors_sign T
pors.o porst_genpk T
pors.o sort_subset T
wots.o lwots_extract T
wots.o lwots_genpk T
wots.o lwots_ltree T
wots.o wots_chain T
wots.o wots_gensk T
wots.o wots_sign T
Number of similar (implementation,compiler) pairs: 9, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
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_19.1.7_(3)) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
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 (14.2.0) |