Mon, 13 May 2024 17:01:07 UTC | login

Information for build fxdiv-1.0^git20201208.63058ef-4.fc40

ID299871
Package Namefxdiv
Version1.0^git20201208.63058ef
Release4.fc40
Epoch
SummaryHeader for division via fixed-point math
DescriptionHeader-only library for division via fixed-point multiplication by inverse On modern CPUs and GPUs integer division is several times slower than multiplication. FXdiv implements an algorithm to replace an integer division with a multiplication and two shifts. This algorithm improves performance when an application performs repeated divisions by the same divisor. Features * Integer division for uint32_t, uint64_t, and size_t * Header-only library, no installation or build required * Compatible with C99, C++, OpenCL, and CUDA * Uses platform-specific compiler intrinsics for optimal performance * Covered with unit tests and microbenchmarks
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 19 Mar 2024 13:40:03 UTC
CompletedTue, 19 Mar 2024 13:40:03 UTC
Tags
f40
RPMs
src
fxdiv-1.0^git20201208.63058ef-4.fc40.src.rpm (info) (download)
noarch
fxdiv-devel-1.0^git20201208.63058ef-4.fc40.noarch.rpm (info) (download)
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0^git20201208.63058ef-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0^git20201208.63058ef-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Sep 23 2023 Tom Rix <trix@redhat.com> - 1.0^git20201208.63058ef-2 - Address review comments * Fri Sep 15 2023 Tom Rix <trix@redhat.com> - 1.0^git20201208.63058ef-1 - Initial package