Name: | sleef |
---|---|
Version: | 3.8.0 |
Release: | 2.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 2137274 |
License: | BSL-1.0 |
RPM: | sleef-3.8.0-2.el10_0.x86_64.rpm |
Source RPM: | sleef-3.8.0-2.el10_0.src.rpm |
Build Date: | Tue Mar 25 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://sleef.org |
Summary: | Vectorized math library |
Description: | SLEEF stands for SIMD Library for Evaluating Elementary Functions. It implements vectorized versions of all C99 real floating point math functions. It can utilize SIMD instructions that are available on modern processors. SLEEF is designed to efficiently perform computation with SIMD instructions by reducing the use of conditional branches and scatter/gather memory access. The library contains implementations of all C99 real FP math functions in double precision and single precision. Different accuracy of the results can be chosen for a subset of the elementary functions; for this subset there are versions with up to 1 ULP error (which is the maximum error, not the average) and even faster versions with a few ULPs of error. For non-finite inputs and outputs, the functions return correct results as specified in the C99 standard. |
- Use %{x86_64}/%{arm64} instead of x86_64/aarch64, for generality
- Update to 3.8.0 (close RHBZ#2342573)
- Work around removal of some PowerPC intrinsics in GCC 15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- Invoke %cmake in %conf rather than in %build
- Update to 3.7.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Update to 3.6.1 (close RHBZ#2264430) - Build and package the quad-precision and DFT libraries
- Use zstd instead of xz for filtered source archive compression
- Improve reproducibility of the filtered source archive