Name: | libdivide-devel |
---|---|
Version: | 5.0 |
Release: | 6.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 172452 |
License: | zlib or Boost |
RPM: | libdivide-devel-5.0-6.el8.aarch64.rpm |
Source RPM: | libdivide-5.0-6.el8.src.rpm |
Build Date: | Wed Dec 22 2021 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://libdivide.com/ |
Summary: | Development files for libdivide |
Description: | 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 divsion 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. |
- Reduce macro indirection in the spec file
- Style tweaks according to personal preference
- Switch URL from HTTP to HTTPS
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Version 5.0
- Version 4.0.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- New upstream version - Package cannot be noarch due to the cmake files