[Page version: 20260805 21:36:30]
Measurements for amd64, wolfdale, crypto_sort Test results for amd64, wolfdale, crypto_sort Test results for crypto_sort/uint64| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|---|---|
| 84380 | 156 0 0 | 30089 1208 1512 | useint64 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 84857 | 194 0 0 | 29444 1240 1448 | useint64 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 84939 | 167 0 0 | 28588 1240 1448 | useint64 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 85103 | 168 0 0 | 29077 1192 1480 | useint64 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 85352 | 1674 0 0 | 25889 1320 1448 | T:stdsort | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 85353 | 1298 0 0 | 22354 1320 1448 | T:stdsort | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 85358 | 579 0 0 | 32110 1248 1448 | useint64 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 85500 | 1364 0 0 | 25563 1304 1544 | T:stdsort | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 85543 | 579 0 0 | 31262 1248 1448 | useint64 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 86110 | 165 0 0 | 30514 1216 1512 | useint64 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 86122 | 355 0 0 | 31602 1216 1512 | useint64 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 86382 | 1329 0 0 | 24595 1304 1544 | T:stdsort | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 86799 | 1818 0 0 | 24905 1320 1448 | T:stdsort | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 87074 | 580 0 0 | 31806 1248 1448 | useint64 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 90424 | 959 0 0 | 22224 1280 1512 | T:stdsort | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 92873 | 1187 0 0 | 23751 1296 1544 | T:stdsort | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
| 183022 | 3565 0 0 | 34984 1344 1448 | T:stdsort | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260629 | 20260627 |
sort.c: sort.c:16:20: error: always_inline function '_mm256_set1_epi64x' requires target feature 'avx', but would be inlined into function 'uint64_sort' that is compiled without support for 'avx' sort.c: int64x4 vecxor = int64x4_broadcast(0x8000000000000000ULL); sort.c: ^ sort.c: sort.c:8:27: note: expanded from macro 'int64x4_broadcast' sort.c: #define int64x4_broadcast _mm256_set1_epi64x sort.c: ^ sort.c: sort.c:16:20: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI sort.c: sort.c:8:27: note: expanded from macro 'int64x4_broadcast' sort.c: #define int64x4_broadcast _mm256_set1_epi64x sort.c: ^ sort.c: sort.c:18:18: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'uint64_sort' that is compiled without support for 'avx' sort.c: int64x4 x0 = int64x4_load(x+j); sort.c: ^ sort.c: sort.c:6:25: note: expanded from macro 'int64x4_load' sort.c: #define int64x4_load(z) _mm256_loadu_si256((__m256i *) (z)) sort.c: ^ sort.c: sort.c:18:18: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI sort.c: sort.c:6:25: note: expanded from macro 'int64x4_load' sort.c: #define int64x4_load(z) _mm256_loadu_si256((__m256i *) (z)) sort.c: ^ sort.c: sort.c:19:18: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'uint64_sort' that is compiled without support for 'avx' sort.c: int64x4 x1 = int64x4_load(x+j+4); sort.c: ^ sort.c: sort.c:6:25: note: expanded from macro 'int64x4_load' sort.c: #define int64x4_load(z) _mm256_loadu_si256((__m256i *) (z)) sort.c: ...
| Implementation | Compiler |
| avx2useint64 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
| avx2useint64 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
| avx2useint64 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
| avx2useint64 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
| avx2useint64 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
sort.c: sort.c: In function 'uint64_sort': sort.c: sort.c:16:11: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi] sort.c: 16 | int64x4 vecxor = int64x4_broadcast(0x8000000000000000ULL); sort.c: | ^~~~~~ sort.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/10/include/immintrin.h:51, sort.c: from sort.c:4: sort.c: /usr/lib/gcc/x86_64-linux-gnu/10/include/avxintrin.h:1342:1: error: inlining failed in call to 'always_inline' '_mm256_set1_epi64x': target specific option mismatch sort.c: 1342 | _mm256_set1_epi64x (long long __A) sort.c: | ^~~~~~~~~~~~~~~~~~ sort.c: sort.c:8:27: note: called from here sort.c: 8 | #define int64x4_broadcast _mm256_set1_epi64x sort.c: | ^ sort.c: sort.c:16:20: note: in expansion of macro 'int64x4_broadcast' sort.c: 16 | int64x4 vecxor = int64x4_broadcast(0x8000000000000000ULL); sort.c: | ^~~~~~~~~~~~~~~~~ sort.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/10/include/immintrin.h:51, sort.c: from sort.c:4: sort.c: /usr/lib/gcc/x86_64-linux-gnu/10/include/avxintrin.h:926:1: error: inlining failed in call to 'always_inline' '_mm256_storeu_si256': target specific option mismatch sort.c: 926 | _mm256_storeu_si256 (__m256i_u *__P, __m256i __A) sort.c: | ^~~~~~~~~~~~~~~~~~~ sort.c: sort.c:7:28: note: called from here sort.c: 7 | #define int64x4_store(z,i) _mm256_storeu_si256((__m256i *) (z),(i)) sort.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sort.c: sort.c:23:5: note: in expansion of macro 'int64x4_store' sort.c: 23 | int64x4_store(x+j+4,x1); sort.c: ...
| Implementation | Compiler |
| avx2useint64 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
| avx2useint64 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
| avx2useint64 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
| avx2useint64 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP iterations: 10
| Implementation | Compiler |
| useint64 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
| useint64 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
| useint64 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
| useint64 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
| useint64 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
| useint64 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
| useint64 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
| useint64 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
| useint64 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |