Sun, 28 Apr 2024 22:29:57 UTC | login

Information for build libscs-1.4.1-15.fc28.2

ID7251
Package Namelibscs
Version1.4.1
Release15.fc28.2
Epoch
SummarySoftware Carry-Save Multiple-Precision Library
DescriptionThe Software Carry-Save (SCS) Library is a fast and lightweight multiple-precision library. SCSLib has the following features: - Multiple-precision SCSLib is a fixed-precision library, where precision is selected at compile-time. Out-of-the-box, the library ensures 210 bits of precision (quad-double). - Floating-point format The SCS format is a floating-point format where exponents are machine integers (usually 32-bit numbers), which ensures a huge exponent range. - Supported operations SCSLib currently offers addition/subtraction, multiplication, and an experimental division, plus all the useful conversion functions. - IEEE-754 compatibility The range of SCS numbers includes the range of IEEE double-precision numbers, including denormals and exceptional cases. Conversions between SCS format and IEEE-754 doubles, as well as arithmetic operations, follow the IEEE rules concerning the exceptional cases. SCS doesn't ensure correct rounding, but provides conversions to doubles in the four IEEE-754 rounding modes. - Performance SCSLib is designed to be fast. With 210 bits, it outperforms MPF for most operations on most architectures.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:06:36 UTC
CompletedSat, 14 Apr 2018 20:06:36 UTC
Tags
f28
f29
RPMs
src
libscs-1.4.1-15.fc28.2.src.rpm (info) (download)
riscv64
libscs-1.4.1-15.fc28.2.riscv64.rpm (info) (download)
libscs-devel-1.4.1-15.fc28.2.riscv64.rpm (info) (download)
Changelog * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-15.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-14.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-13.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-12.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-11.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-10.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-9.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-8.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-7.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-6.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-5.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Oct 26 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.1-4.2 - rebuild with new gmp without compat lib * Wed Oct 12 2011 Peter Schiffer <pschiffe@redhat.com> - 1.4.1-4.1 - rebuild with new gmp * Mon Feb 21 2011 Tim Niemueller <tim@niemueller.de> - 1.4.1-4 - Do not require mpfr on el5 * Sun Feb 20 2011 Tim Niemueller <tim@niemueller.de> - 1.4.1-3 - Make -devel subpackage depend on mpfr-devel and gmp-devel * Sat Feb 19 2011 Tim Niemueller <tim@niemueller.de> - 1.4.1-2 - Fix typo in configure flags (mpfs -> mpfr) * Sat Feb 19 2011 Tim Niemueller <tim@niemueller.de> - 1.4.1-1 - Initial package