Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libdivide-devel-5.0-12.el9 RPM for x86_64

From EPEL 9 for x86_64 / Packages / l

Name: libdivide-devel Distribution: Fedora Project
Version: 5.0 Vendor: Fedora Project
Release: 12.el9 Build date: Thu Mar 21 22:16:44 2024
Group: Unspecified Build host: buildhw-x86-16.iad2.fedoraproject.org
Size: 172453 Source RPM: libdivide-5.0-12.el9.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.

Provides

Requires

License

Zlib OR BSL-1.0

Changelog

* Thu Mar 21 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 5.0-12
  - 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.

Files

/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/CHANGELOG.md
/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 May 2 02:25:52 2024