ID | 229980 | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | libscs | |||||||||||||||||||||||||
Version | 1.4.1 | |||||||||||||||||||||||||
Release | 4.el6 | |||||||||||||||||||||||||
Epoch | ||||||||||||||||||||||||||
Summary | Software Carry-Save Multiple-Precision Library | |||||||||||||||||||||||||
Description | The 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 by | timn | |||||||||||||||||||||||||
State | complete | |||||||||||||||||||||||||
Volume | prod | |||||||||||||||||||||||||
Started | Mon, 21 Feb 2011 23:27:44 UTC | |||||||||||||||||||||||||
Completed | Mon, 21 Feb 2011 23:30:31 UTC | |||||||||||||||||||||||||
Task | build (dist-6E-epel-testing-candidate, /libscs:8b1cdbb84e50f41b26cfed2c6771fe6c450d9d17) | |||||||||||||||||||||||||
Tags |
|
|||||||||||||||||||||||||
RPMs |
|
|||||||||||||||||||||||||
Logs |
|
|||||||||||||||||||||||||
Changelog | * 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 |