Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-26 | Make mantissa type of mp_no configurable | Siddhesh Poyarekar | |
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. | |||
2013-03-26 | PowerPC: fix libm ABI issue for llroundl | Adhemerval Zanella | |
2013-03-22 | Update sparc ULPs. | David S. Miller | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||
2013-03-22 | BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm | Adhemerval Zanella | |
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. | |||
2013-03-22 | BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguards | Dmitry V. Levin | |
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. | |||
2013-03-21 | PowerPC: fix sqrtl ABI issue | Adhemerval Zanella | |
This patch fixes a sqrtl ABI issue when building for powerpc64. | |||
2013-03-21 | On 32-bit x86, disable certain tests involving sNaN values. | Thomas Schwinge | |
Follow-up to commit 495ded2c8c1eb8c0ac4b54add2dd397852e19cba. | |||
2013-03-21 | Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285). | Joseph Myers | |
2013-03-21 | Fix casinh inaccuracy for argument with imaginary part 1 (bug 15287). | Joseph Myers | |
2013-03-21 | Replace 8388608.0 with HALFRAD in mp code | Siddhesh Poyarekar | |
Minor cleanup | |||
2013-03-20 | Move system-specific settings out of toplevel configure.in and config.make.in. | Joseph Myers | |
2013-03-19 | Consolidate Linux and POSIX libc_fatal code. | Roland McGrath | |
2013-03-19 | s390x: Move rtld link to /lib | Andreas Schwab | |
2013-03-18 | Faster strlen on x64. | Ondrej Bilka | |
2013-03-17 | Update Sparc ULPs. | David S. Miller | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||
2013-03-16 | Fix y1l spurious overflows for ldbl-96 (bug 15283). | Joseph Myers | |
2013-03-16 | Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ↵ | Joseph Myers | |
ldbl-128ibm (bug 14155). | |||
2013-03-15 | Move _dl_non_dynamic_init, _dl_aux_init declarations. | Roland McGrath | |
2013-03-15 | Promote a math test for sNaN handling to the top-level. | Thomas Schwinge | |
2013-03-15 | Use GCC's builtins for generating NaNs. | Thomas Schwinge | |
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | |
2013-03-15 | Revert configurable mantissa patch | Siddhesh Poyarekar | |
Reverts d22ca8cdfb98001d03772ef264b244930d439b3f since it is severely broken on 32-bit. | |||
2013-03-15 | Reverting wrong commit. | Adhemerval Zanella | |
Restore sysdeps/gnu/configure wrongly modified on ef26eece6331a1f6d959818e37c438cc7ce68e53. | |||
2013-03-15 | PowerPC: gettimeofday optimization by using IFUNC | Adhemerval Zanella | |
2013-03-15 | Make mantissa type configurable | Siddhesh Poyarekar | |
This allows the default mantissa to be integral, with powerpc overriding it to take advantage of its FPUs. | |||
2013-03-15 | Regenerate sysdeps/x86_64/preconfigure. | Joseph Myers | |
2013-03-14 | Fix spurious underflow exceptions for Bessel functions for double (bug 14155). | Joseph Myers | |
2013-03-14 | Fix formatting in last change | Siddhesh Poyarekar | |
2013-03-14 | Fix __times() handling of EFAULT when buf is NULL | Petr Baudis | |
2013-03-12 | Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ↵ | Roland McGrath | |
gcrt1.o | |||
2013-03-11 | Remove Prefer_SSE_for_memop on x64 | Ondrej Bilka | |
2013-03-11 | Remove extra pthread_atfork compat symbols | Andreas Schwab | |
2013-03-08 | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | |
This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h. | |||
2013-03-08 | Consolidate copies of mp code in powerpc | Siddhesh Poyarekar | |
Retain a single copy of the mp code in power4 instead of the two identical copies in powerpc32 and powerpc64. | |||
2013-03-07 | Install <bits/mman-linux.h> | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add bits/mman-linux.h. | |||
2013-03-07 | Merge powerpc slowexp.c into generic code | Siddhesh Poyarekar | |
2013-03-07 | Merge powerpc slowpow.c into generic code | Siddhesh Poyarekar | |
2013-03-07 | Use an intermediate variable to sum exponents in powerpc __mul and __sqr | Siddhesh Poyarekar | |
2013-03-07 | Use generic mpa.c code for everything except __mul and __sqr | Siddhesh Poyarekar | |
2013-03-07 | Remove PIPE_BUF Linux-specific code | Siddhesh Poyarekar | |
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. | |||
2013-03-06 | Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation" | Ondrej Bilka | |
This reverts commit b79188d71716b6286866e06add976fe84100595e. | |||
2013-03-06 | * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation | Ondrej Bilka | |
which is faster on all x86_64 architectures. Tested on AMD, Intel Nehalem, SNB, IVB. | |||
2013-03-06 | Use <bits/mman-linux.h> for MIPS | Andreas Jaeger | |
* 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. | |||
2013-03-06 | Remove MAP_GROWSUP on s390 | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove, it's not part of Linux headers. | |||
2013-03-06 | Sync with Linux 3.8 | Andreas Jaeger | |
2013-03-06 | Remove powerpc64 bounded-pointers code. | Joseph Myers | |
2013-03-05 | Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.h | Andreas Jaeger | |
* 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. | |||
2013-03-05 | S/390: Use attribute_hidden in ifunc-resolve.c | Andreas Krebbel | |
2013-03-05 | S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext. | Andreas Krebbel | |
2013-03-04 | Remove powerpc32 strncmp comments about bounded pointers. | Joseph Myers | |