Mon, 13 May 2024 13:31:56 UTC | login

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

ID272931
Package Namefxdiv
Version1.0^git20201208.63058ef
Release2.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
StartedWed, 29 Nov 2023 16:08:41 UTC
CompletedWed, 29 Nov 2023 16:08:41 UTC
Tags
f40
RPMs
src
fxdiv-1.0^git20201208.63058ef-2.fc40.src.rpm (info) (download)
noarch
fxdiv-devel-1.0^git20201208.63058ef-2.fc40.noarch.rpm (info) (download)
Changelog * 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