SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

libdivide-devel rpm build for : Rawhide. For other distributions click libdivide-devel.

Name : libdivide-devel
Version : 5.1 Vendor : Fedora Project
Release : 2.fc42 Date : 2024-11-01 05:07:31
Group : Unspecified Source RPM : libdivide-5.1-2.fc42.src.rpm
Size : 0.17 MB
Packager : Fedora Project
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 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.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/l

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
cmake(libdivide)
libdivide-devel
libdivide-devel(x86-64)
libdivide-static

Requires :
cmake-filesystem(x86-64)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of 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

 
ICM