Click here to visit the old openkoji buildsystem (Archived)

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

ID8047
Package Namefxdiv
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.0^git20201208.63058ef
Release4.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/fxdiv.git#b96ed43249b96cf31a55fa08793807261dafed82
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 bykojiadmin
State complete
Volume DEFAULT
StartedWed, 01 May 2024 23:18:49 CST
CompletedWed, 01 May 2024 23:29:01 CST
Taskbuild (f41, /rpms/fxdiv.git:b96ed43249b96cf31a55fa08793807261dafed82)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/fxdiv.git#b96ed43249b96cf31a55fa08793807261dafed82'}}
Tags
f41
RPMs
src
fxdiv-1.0^git20201208.63058ef-4.fc41.src.rpm (info) (download)
noarch
fxdiv-devel-1.0^git20201208.63058ef-4.fc41.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
installed_pkgs.log
state.log
root.log
build.log
mock_output.log
noarch_rpmdiff.json
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