Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libdivide-devel | Distribution: Fedora Project |
Version: 5.1 | Vendor: Fedora Project |
Release: 1.el8 | Build date: Thu Aug 1 06:47:09 2024 |
Group: Unspecified | Build host: buildvm-a64-11.iad2.fedoraproject.org |
Size: 176389 | Source RPM: libdivide-5.1-1.el8.src.rpm |
Packager: Fedora Project | |
Url: https://libdivide.com/ | |
Summary: Development files for libdivide |
This package contains a header-only C/C++ library for optimizing integer division. Integer division is one of the slowest instructions on most CPUs, e.g. on current x64 CPUs a 64-bit integer division has a latency of up to 90 clock cycles whereas a multiplication has a latency of only 3 clock cycles. libdivide allows you to replace expensive integer division instructions by a sequence of shift, add and multiply instructions that will calculate the integer division much faster. On current CPUs you can get a speedup of up to 10x for 64-bit integer division and a speedup of up to to 5x for 32-bit integer division when using libdivide. libdivide also supports SSE2, AVX2 and AVX512 vector division which provides an even larger speedup.
Zlib OR BSL-1.0
* Thu Aug 01 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 5.1-1 - Update to 5.1 (close RHBZ#2302025) * Thu Aug 01 2024 Jerry James <loganjerry@gmail.com> - 5.0-11 - Add VCS field * Thu Mar 21 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 5.0-10 - Fix a typo in README.md and in the package description * Thu Mar 21 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 5.0-8 - Update License to SPDX * Thu Mar 21 2024 Jerry James <loganjerry@gmail.com> - 5.0-7 - Update README.md. * Fri Dec 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 5.0-6 - Reduce macro indirection in the spec file * Fri Dec 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 5.0-5 - Style tweaks according to personal preference * Fri Dec 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 5.0-4 - Switch URL from HTTP to HTTPS * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Jul 18 2021 Jerry James <loganjerry@gmail.com> - 5.0-1 - Version 5.0 * Tue Mar 09 2021 Jerry James <loganjerry@gmail.com> - 4.0.0-1 - Version 4.0.0 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Oct 16 2019 Jerry James <loganjerry@gmail.com> - 3.0-1 - New upstream version - Package cannot be noarch due to the cmake files * Mon Sep 16 2019 Jerry James <loganjerry@gmail.com> - 2.0-1 - Initial RPM
/usr/include/libdivide.h /usr/lib64/cmake/libdivide /usr/lib64/cmake/libdivide/libdivideConfig.cmake /usr/lib64/cmake/libdivide/libdivideConfigVersion.cmake /usr/share/doc/libdivide-devel /usr/share/doc/libdivide-devel/README.md /usr/share/doc/libdivide-devel/doc /usr/share/doc/libdivide-devel/doc/C-API.md /usr/share/doc/libdivide-devel/doc/CPP-API.md /usr/share/doc/libdivide-devel/doc/divide_by_constants_codegen_reference.c /usr/share/doc/libdivide-devel/doc/divlu.c /usr/share/licenses/libdivide-devel /usr/share/licenses/libdivide-devel/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jan 23 04:11:35 2025