Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix casinh inaccuracy near i, imaginary part > 1 (bug 15307). | Joseph Myers | 2013-03-27 | 2 | -0/+708 | |
| | ||||||
* | Use integral constants | Siddhesh Poyarekar | 2013-03-26 | 1 | -76/+76 | |
| | | | | | | 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 | 11 | -85/+0 | |
| | ||||||
* | Make mantissa type of mp_no configurable | Siddhesh Poyarekar | 2013-03-26 | 4 | -69/+157 | |
| | | | | | | | | | | 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 | 1 | -0/+4 | |
| | ||||||
* | 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 | 2 | -6/+24 | |
| | | | | | | 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 | 1 | -3/+3 | |
| | | | | | | | | 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 | 1 | -0/+4 | |
| | | | | This patch fixes a sqrtl ABI issue when building for powerpc64. | |||||
* | On 32-bit x86, disable certain tests involving sNaN values. | Thomas Schwinge | 2013-03-21 | 2 | -0/+62 | |
| | | | | Follow-up to commit 495ded2c8c1eb8c0ac4b54add2dd397852e19cba. | |||||
* | Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285). | Joseph Myers | 2013-03-21 | 3 | -20/+40 | |
| | ||||||
* | Fix casinh inaccuracy for argument with imaginary part 1 (bug 15287). | Joseph Myers | 2013-03-21 | 2 | -2/+1466 | |
| | ||||||
* | Replace 8388608.0 with HALFRAD in mp code | Siddhesh Poyarekar | 2013-03-21 | 2 | -3/+3 | |
| | | | | Minor cleanup | |||||
* | Move system-specific settings out of toplevel configure.in and config.make.in. | Joseph Myers | 2013-03-20 | 8 | -0/+39 | |
| | ||||||
* | Consolidate Linux and POSIX libc_fatal code. | Roland McGrath | 2013-03-19 | 2 | -186/+67 | |
| | ||||||
* | s390x: Move rtld link to /lib | Andreas Schwab | 2013-03-19 | 2 | -4/+14 | |
| | ||||||
* | Faster strlen on x64. | Ondrej Bilka | 2013-03-18 | 13 | -1308/+755 | |
| | ||||||
* | Update Sparc ULPs. | David S. Miller | 2013-03-17 | 1 | -2/+14 | |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
* | Fix y1l spurious overflows for ldbl-96 (bug 15283). | Joseph Myers | 2013-03-16 | 3 | -1/+25 | |
| | ||||||
* | Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ↵ | Joseph Myers | 2013-03-16 | 2 | -58/+79 | |
| | | | | ldbl-128ibm (bug 14155). | |||||
* | Move _dl_non_dynamic_init, _dl_aux_init declarations. | Roland McGrath | 2013-03-15 | 2 | -6/+7 | |
| | ||||||
* | Promote a math test for sNaN handling to the top-level. | Thomas Schwinge | 2013-03-15 | 2 | -337/+0 | |
| | ||||||
* | Use GCC's builtins for generating NaNs. | Thomas Schwinge | 2013-03-15 | 1 | -55/+9 | |
| | ||||||
* | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | 2013-03-15 | 4 | -55/+55 | |
| | ||||||
* | Revert configurable mantissa patch | Siddhesh Poyarekar | 2013-03-15 | 4 | -148/+60 | |
| | | | | | | Reverts d22ca8cdfb98001d03772ef264b244930d439b3f since it is severely broken on 32-bit. | |||||
* | Reverting wrong commit. | Adhemerval Zanella | 2013-03-15 | 1 | -0/+42 | |
| | | | | | Restore sysdeps/gnu/configure wrongly modified on ef26eece6331a1f6d959818e37c438cc7ce68e53. | |||||
* | PowerPC: gettimeofday optimization by using IFUNC | Adhemerval Zanella | 2013-03-15 | 3 | -54/+46 | |
| | ||||||
* | Make mantissa type configurable | Siddhesh Poyarekar | 2013-03-15 | 4 | -60/+148 | |
| | | | | | This allows the default mantissa to be integral, with powerpc overriding it to take advantage of its FPUs. | |||||
* | Regenerate sysdeps/x86_64/preconfigure. | Joseph Myers | 2013-03-15 | 1 | -120/+0 | |
| | ||||||
* | Fix spurious underflow exceptions for Bessel functions for double (bug 14155). | Joseph Myers | 2013-03-14 | 2 | -4/+8 | |
| | ||||||
* | Fix formatting in last change | Siddhesh Poyarekar | 2013-03-14 | 1 | -1/+1 | |
| | ||||||
* | Fix __times() handling of EFAULT when buf is NULL | Petr Baudis | 2013-03-14 | 1 | -4/+6 | |
| | ||||||
* | Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ↵ | Roland McGrath | 2013-03-12 | 4 | -0/+104 | |
| | | | | gcrt1.o | |||||
* | Remove Prefer_SSE_for_memop on x64 | Ondrej Bilka | 2013-03-11 | 9 | -198/+2 | |
| | ||||||
* | Remove extra pthread_atfork compat symbols | Andreas Schwab | 2013-03-11 | 1 | -1/+0 | |
| | ||||||
* | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | 2013-03-08 | 4 | -168/+18 | |
| | | | | | This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h. | |||||
* | Consolidate copies of mp code in powerpc | Siddhesh Poyarekar | 2013-03-08 | 6 | -221/+4 | |
| | | | | | Retain a single copy of the mp code in power4 instead of the two identical copies in powerpc32 and powerpc64. | |||||
* | Install <bits/mman-linux.h> | Andreas Jaeger | 2013-03-07 | 1 | -1/+2 | |
| | | | | | * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add bits/mman-linux.h. | |||||
* | Merge powerpc slowexp.c into generic code | Siddhesh Poyarekar | 2013-03-07 | 5 | -133/+11 | |
| | ||||||
* | Merge powerpc slowpow.c into generic code | Siddhesh Poyarekar | 2013-03-07 | 5 | -186/+19 | |
| | ||||||
* | Use an intermediate variable to sum exponents in powerpc __mul and __sqr | Siddhesh Poyarekar | 2013-03-07 | 2 | -10/+12 | |
| | ||||||
* | Use generic mpa.c code for everything except __mul and __sqr | Siddhesh Poyarekar | 2013-03-07 | 3 | -1256/+12 | |
| | ||||||
* | Remove PIPE_BUF Linux-specific code | Siddhesh Poyarekar | 2013-03-07 | 2 | -24/+0 | |
| | | | | | | | | Fixes BZ #12723 The variable pipe buffer size does nothing to the value of PIPE_BUF, since the number of bytes that are atomically written is still PIPE_BUF on Linux. | |||||
* | Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation" | Ondrej Bilka | 2013-03-06 | 12 | -740/+1306 | |
| | | | | This reverts commit b79188d71716b6286866e06add976fe84100595e. | |||||
* | * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation | Ondrej Bilka | 2013-03-06 | 12 | -1306/+740 | |
| | | | | | which is faster on all x86_64 architectures. Tested on AMD, Intel Nehalem, SNB, IVB. | |||||
* | Use <bits/mman-linux.h> for MIPS | Andreas Jaeger | 2013-03-06 | 1 | -1/+5 | |
| | | | | | | | | | * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow definition via __MAP_ANONYMOUS. * sysdeps/unix/sysv/linux/mips/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. (__MAP_ANONYMOUS): Define. | |||||
* | Remove MAP_GROWSUP on s390 | Andreas Jaeger | 2013-03-06 | 1 | -2/+0 | |
| | | | | | * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove, it's not part of Linux headers. | |||||
* | Sync with Linux 3.8 | Andreas Jaeger | 2013-03-06 | 13 | -4/+35 | |
| | ||||||
* | Remove powerpc64 bounded-pointers code. | Joseph Myers | 2013-03-06 | 36 | -497/+116 | |
| | ||||||
* | Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.h | Andreas Jaeger | 2013-03-05 | 6 | -29/+23 | |
| | | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include <bits/mman-linux.h>. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT] (MCL_CURRENT, MCL_FUTURE): Define here. |