Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix casinh inaccuracy near i, imaginary part > 1 (bug 15307). | Joseph Myers | 2013-03-27 | 8 | -1/+1214 |
| | |||||
* | ARM: fix preconfigure. | Mans Rullgard | 2013-03-26 | 3 | -2/+7 |
| | |||||
* | Use integral constants | Siddhesh Poyarekar | 2013-03-26 | 2 | -76/+90 |
| | | | | | | The compiler is smart enough to convert those into double for powerpc, but if we put them as doubles, it adds overhead by performing those operations in floating point mode. | ||||
* | Removed commented code | Siddhesh Poyarekar | 2013-03-26 | 12 | -85/+21 |
| | |||||
* | Make mantissa type of mp_no configurable | Siddhesh Poyarekar | 2013-03-26 | 5 | -69/+176 |
| | | | | | | | | | | The mantissa of mp_no is intended to take only integral values. This is a relatively good choice for powerpc due to its 4 fpus, but not for other architectures, which suffer due to this choice. This change makes the default mantissa a long integer and allows powerpc to override it. Additionally, some operations have been optimized for integer manipulation, resulting in a significant improvement in performance. | ||||
* | PowerPC: fix libm ABI issue for llroundl | Adhemerval Zanella | 2013-03-26 | 2 | -0/+9 |
| | |||||
* | Fix docs for scalbn* and scalbl* functions | Mark H Weaver | 2013-03-24 | 2 | -6/+11 |
| | | | | | * manual/arith.texi (Normalization Functions): Fix prototypes for scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl. | ||||
* | Update sparc ULPs. | David S. Miller | 2013-03-22 | 1 | -4/+1002 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm | Adhemerval Zanella | 2013-03-22 | 5 | -10/+40 |
| | | | | | | The patch increase the high value to check if expl overflows. Current high mark value is not really correct, the algorithm accepts high values. It also adds a correct wrapper function to check for overflow and underflow. | ||||
* | BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguards | Dmitry V. Levin | 2013-03-22 | 3 | -11/+17 |
| | | | | | | | | Due to a typo repeated several times, this bug hasn't been fixed yet, despite being marked as resolved in glibc 2.12. * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib with NOT_IN_libc. | ||||
* | PowerPC: fix sqrtl ABI issue | Adhemerval Zanella | 2013-03-21 | 2 | -0/+9 |
| | | | | This patch fixes a sqrtl ABI issue when building for powerpc64. | ||||
* | libm-test: Properly wrap blocks consisting of several statements. | Thomas Schwinge | 2013-03-21 | 2 | -8/+17 |
| | |||||
* | On 32-bit x86, disable certain tests involving sNaN values. | Thomas Schwinge | 2013-03-21 | 4 | -10/+91 |
| | | | | Follow-up to commit 495ded2c8c1eb8c0ac4b54add2dd397852e19cba. | ||||
* | Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285). | Joseph Myers | 2013-03-21 | 6 | -21/+62 |
| | |||||
* | Allow adding of arbitrary code to benchmark tests | Siddhesh Poyarekar | 2013-03-21 | 2 | -1/+10 |
| | | | | | | | This allows us to define custom functions in C code files and benchmark scenarios rather than just functions. The main current use of this is to separate the slow and fast path benchmarks for math functions. | ||||
* | Fix casinh inaccuracy for argument with imaginary part 1 (bug 15287). | Joseph Myers | 2013-03-21 | 8 | -3/+1812 |
| | |||||
* | Replace 8388608.0 with HALFRAD in mp code | Siddhesh Poyarekar | 2013-03-21 | 3 | -3/+8 |
| | | | | Minor cleanup | ||||
* | Use LIBC_CONFIG_VAR for MIPS default-abi setting. | Joseph Myers | 2013-03-21 | 4 | -5/+11 |
| | |||||
* | Use LIBC_CONFIG_VAR for ARM default-abi setting. | Joseph Myers | 2013-03-20 | 4 | -7/+14 |
| | |||||
* | Move system-specific settings out of toplevel configure.in and config.make.in. | Joseph Myers | 2013-03-20 | 13 | -37/+90 |
| | |||||
* | BZ#14812: Add missing N_ markers in localedef. | Roland McGrath | 2013-03-20 | 2 | -5/+12 |
| | |||||
* | Add bug 14176 to NEWS. | Joseph Myers | 2013-03-20 | 1 | -3/+4 |
| | |||||
* | BZ#14812: Mark fixed in NEWS. | Roland McGrath | 2013-03-20 | 1 | -3/+3 |
| | |||||
* | ChangeLog format fix. | Roland McGrath | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | Correct missed use of $(rtlddir). | Marcus Shawcroft | 2013-03-20 | 2 | -1/+5 |
| | |||||
* | Do not warn about mblen, mbtowc and wctomb unused result. | Ondrej Bilka | 2013-03-20 | 2 | -3/+8 |
| | |||||
* | Consolidate Linux and POSIX libc_fatal code. | Roland McGrath | 2013-03-19 | 3 | -186/+83 |
| | |||||
* | Fix types of constants in k_casinh*.c. | Joseph Myers | 2013-03-19 | 3 | -4/+11 |
| | |||||
* | Adjust ChangeLog to give Benno Schulenberg his own header line. | Roland McGrath | 2013-03-19 | 1 | -3/+7 |
| | |||||
* | aarch64: Move rtld link to /lib | Andreas Schwab | 2013-03-19 | 3 | -0/+8 |
| | |||||
* | s390x: Move rtld link to /lib | Andreas Schwab | 2013-03-19 | 3 | -4/+17 |
| | |||||
* | Add support for rtld directory different from slib directory | Andreas Schwab | 2013-03-19 | 8 | -11/+50 |
| | |||||
* | Fix up ChangeLog | Siddhesh Poyarekar | 2013-03-19 | 1 | -6/+6 |
| | | | | | I forgot to fix up the ChangeLog after renaming __default_attr to __default_pthread_attr in code. | ||||
* | Move __default_stacksize into __default_pthread_attr | Siddhesh Poyarekar | 2013-03-19 | 7 | -22/+26 |
| | | | | | Make __default_pthread_attr object to store default attribute values for threads. | ||||
* | Rename nptl.texi to threads.texi | Siddhesh Poyarekar | 2013-03-19 | 3 | -1/+7 |
| | | | | | The manual and its file names are about interfaces and not the implementation details. | ||||
* | ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ↵ | Roland McGrath | 2013-03-18 | 3 | -9/+38 |
| | | | | ARM_NO_INDEX_REGISTER. | ||||
* | BZ#14812: Add missing translation marker on some argp option argument names ↵ | Roland McGrath | 2013-03-18 | 6 | -13/+29 |
| | | | | in utilities. | ||||
* | Rename some static variables | Siddhesh Poyarekar | 2013-03-18 | 4 | -6/+19 |
| | | | | Rename some static variables to give them unique names. | ||||
* | Add changelog entry. | Ondrej Bilka | 2013-03-18 | 1 | -0/+23 |
| | |||||
* | Faster strlen on x64. | Ondrej Bilka | 2013-03-18 | 13 | -1308/+755 |
| | |||||
* | Move BZ#11261 from 2.18 to 2.16 bug list. | Carlos O'Donell | 2013-03-17 | 1 | -20/+20 |
| | | | | | | BZ#11261 was fixed in the 2.16 release even if we only found out that it was fixed in the 2.18 release. Testing shows it is fixed in the 2.16 release so we add it to that NEWS section. | ||||
* | manual: Sort mallopt M_* parameters alphabetically | Carlos O'Donell | 2013-03-17 | 2 | -13/+24 |
| | | | | | Sort the mallopt M_* parameters alphabetically and add comments for the missing paramters. | ||||
* | BZ#11261 fixed by previous commit. | Carlos O'Donell | 2013-03-17 | 1 | -3/+3 |
| | | | | | | Fixed by 41b81892f11fe1353123e892158b53de73863d62. Verified fixed by using test case in BZ#11261. | ||||
* | Update Sparc ULPs. | David S. Miller | 2013-03-17 | 2 | -2/+18 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Fix y1l spurious overflows for ldbl-96 (bug 15283). | Joseph Myers | 2013-03-16 | 6 | -2/+56 |
| | |||||
* | Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ↵ | Joseph Myers | 2013-03-16 | 4 | -66/+96 |
| | | | | ldbl-128ibm (bug 14155). | ||||
* | Move "-sNaN" value into a separate variable. | Thomas Schwinge | 2013-03-16 | 2 | -6/+14 |
| | |||||
* | Clean up _dl_pagesize initialization. | Roland McGrath | 2013-03-15 | 2 | -4/+6 |
| | |||||
* | Move _dl_non_dynamic_init, _dl_aux_init declarations. | Roland McGrath | 2013-03-15 | 3 | -6/+13 |
| | |||||
* | * math/libm-test.inc (ldexp_test): Add missing START/END markers. | Thomas Schwinge | 2013-03-15 | 2 | -0/+6 |
| |