Thu, 16 May 2024 04:00:55 UTC | login

Information for build sleef-3.5.1-17.fc37

ID217323
Package Namesleef
Version3.5.1
Release17.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/sleef.git#eb4149852bbdbcbbb27b5b08d67c7500d1a648f6
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
StartedSat, 12 Nov 2022 19:53:21 UTC
CompletedSun, 13 Nov 2022 11:13:10 UTC
Taskbuild (f37, /rpms/sleef.git:eb4149852bbdbcbbb27b5b08d67c7500d1a648f6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/sleef.git#eb4149852bbdbcbbb27b5b08d67c7500d1a648f6'}}
Tags No tags
RPMs No RPMs
Changelog * 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 * 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