Information for build x86-simd-sort-1.0-2.fc38

ID23985
Package Namex86-simd-sort
Version1.0
Release2.fc38
Epoch
DraftFalse
SummaryC++ header file library for high performance SIMD based sorting algorithms
DescriptionC++ header file library for SIMD based 16-bit, 32-bit and 64-bit data type sorting on x86 processors. Source header files are available in src directory. We currently only have AVX-512 based implementation of quicksort. This repository also includes a test suite which can be built and run to test the sorting algorithms for correctness. It also has benchmarking code to compare its performance relative to std::sort.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 09 Jun 2025 17:02:23 UTC
CompletedMon, 09 Jun 2025 17:02:23 UTC
Tags
f42
RPMs
src
x86-simd-sort-1.0-2.fc38.src.rpm (info) (download)
noarch
x86-simd-sort-devel-1.0-2.fc38.noarch.rpm (info) (download)
Changelog * Wed Apr 26 2023 Ali Erdinc Koroglu <aekoroglu@linux.intel.com> - 1.0-2 - dependency fix * Wed Apr 26 2023 Ali Erdinc Koroglu <aekoroglu@linux.intel.com> - 1.0-1 - 1st release