INFO
Name: fxdiv-devel
Version: 1.0^git20201208.63058ef-7.el10_1
Arch: noarch
Summary: Header for division via fixed-point math
License: MIT
Vendor: Fedora Project
Build Host: buildvm-a64-41.rdu3.fedoraproject.org
Build Date: Mon Aug 11 14:36:50 2025
Size: 17266
URL: https://github.com/Maratyszcza/fxdiv
Description: Header-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
FILES
/usr/include/fxdiv.h
/usr/share/doc/fxdiv-devel
/usr/share/doc/fxdiv-devel/README.md
/usr/share/licenses/fxdiv-devel
/usr/share/licenses/fxdiv-devel/LICENSE
REQUIRES
rpmlib(CaretInVersions) 4.15.0-1
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
fxdiv-devel 1.0^git20201208.63058ef-7.el10_1
fxdiv-static 1.0^git20201208.63058ef-7.el10_1
CONFIG FILES
/usr/include/fxdiv.h
/usr/share/doc/fxdiv-devel
/usr/share/doc/fxdiv-devel/README.md d
/usr/share/licenses/fxdiv-devel
/usr/share/licenses/fxdiv-devel/LICENSE l
LICENSE FILES
MIT
|