Thu, 16 May 2024 12:44:53 UTC | login

Information for build sleef-3.5.1-26.fc38

ID248103
Package Namesleef
Version3.5.1
Release26.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/sleef.git#df6422a8b68f6cd85adb76424f12ef590e140622
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
StartedWed, 14 Jun 2023 09:08:25 UTC
CompletedWed, 14 Jun 2023 13:24:58 UTC
Taskbuild (f38, /rpms/sleef.git:df6422a8b68f6cd85adb76424f12ef590e140622)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/sleef.git#df6422a8b68f6cd85adb76424f12ef590e140622'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Jan 23 2023 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-26 - Filter gencoef CC-BY-4.0 sources before uploading * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> 3.5.1-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Dec 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-24 - Drop conditionals for retired 32-bit ARM * Thu Dec 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-23 - Leaf package: remove i686 support * Thu Dec 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-22 - Trivially simplify a files list * Thu Dec 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-21 - Indicate dirs. in files list with trailing slashes * Tue Nov 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-20 - Also skip iutzvector2 and iutzvector2nofma on s390x * Tue Nov 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-19 - Update License to SPDX * Tue Nov 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-18 - Slightly nicer %files listings * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> 3.5.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 3.5.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Jan 15 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-15 - Restore ppc64le support (fix RHBZ#2040887) * Fri Jan 14 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-14 - Link upstream issue for skipped tests on GCC 12 * Fri Jan 14 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-13 - Add enough workarounds to build with GCC 12 * Fri Jan 14 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-12 - Stop logging builder CPU features * Fri Jan 14 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-11 - Stop skipping some tests on s390x * Tue Sep 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-10 - Use stricter file globs * Tue Sep 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-9 - Reduce macro indirection in the spec file * Tue Sep 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-8 - Use pkgconfig(…) style dependencies where applicable * Tue Sep 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-7 - Do not compute the so-version automatically * Tue Sep 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> 3.5.1-6 - Drop EPEL workarounds from Fedora spec * Mon May 17 2021 Dave Love <loveshack@fedoraproject.org> - 3.5.1-4 - Support epel7 * Wed Mar 17 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.5.1-3 - Improve source URL