Fri, 29 Mar 2024 11:15:51 UTC | login

Information for build sleef-3.5.1-3.fc33

ID195003
Package Namesleef
Version3.5.1
Release3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/sleef.git#25b212fd3ebefe8f12171ad9b9136470726339d2
SummaryVectorized math library
DescriptionSLEEF 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.
Built bydavidlt
State failed
Volume DEFAULT
StartedFri, 07 May 2021 14:13:05 UTC
CompletedFri, 07 May 2021 14:29:18 UTC
Taskbuild (f33, /rpms/sleef.git:25b212fd3ebefe8f12171ad9b9136470726339d2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/sleef.git#25b212fd3ebefe8f12171ad9b9136470726339d2'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Mar 17 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.5.1-3 - Improve source URL * Thu Dec 24 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 3.5.1-2 - Drop explicit pkgconfig dependency; providing a .pc file implies it * Fri Dec 18 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 3.5.1-1 - Initial spec file