Tue, 30 Apr 2024 02:46:03 UTC | login

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

ID249650
Package Namex86-simd-sort
Version1.0
Release2.fc38
Epoch
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
StartedThu, 08 Jun 2023 11:44:53 UTC
CompletedThu, 08 Jun 2023 11:44:53 UTC
Tags
f38
f39
f40
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