Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-20 | Move system-specific settings out of toplevel configure.in and config.make.in. | Joseph Myers | |
2013-03-18 | Faster strlen on x64. | Ondrej Bilka | |
2013-03-16 | Fix y1l spurious overflows for ldbl-96 (bug 15283). | Joseph Myers | |
2013-03-15 | Regenerate sysdeps/x86_64/preconfigure. | Joseph Myers | |
2013-03-11 | Remove Prefer_SSE_for_memop on x64 | Ondrej Bilka | |
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-02-17 | Remove bounded-pointers handling from x86_64 assembly sources. | Joseph Myers | |
2013-02-14 | New __sqr function as a faster special case of __mul | Siddhesh Poyarekar | |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | |
2013-01-31 | Fix casinh spurious underflows away from [-i,i] (bug 15062). | Joseph Myers | |
2013-01-17 | Fix cacos real-part inaccuracy for result real part near 0 (bug 15023). | Joseph Myers | |
2013-01-16 | Implement x86 SIZE32/SIZE64 relocations | H.J. Lu | |
2013-01-07 | Fix casinh, casin overflow (bug 14996). | Joseph Myers | |
2013-01-05 | Change __x86_64 prefix in cache size to __x86 | H.J. Lu | |
2013-01-04 | Fix casinh, casin inaccuracy from cancellation (bug 14994). | Joseph Myers | |
2013-01-03 | Add HAS_RTM | H.J. Lu | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-12-27 | Move mpone out to a global const | Siddhesh Poyarekar | |
Code cleanup. | |||
2012-11-28 | Fix powl inaccuracy for x86_64 and x86 (bug 13881). | Joseph Myers | |
2012-11-26 | Cast to __intptr_t before casting pointer to int64 | H.J. Lu | |
2012-11-22 | test-multiarch: terminate printf output with newline | Pino Toscano | |
2012-11-19 | Fix spurious underflows in ldbl-128 atan implementation. | David S. Miller | |
With help from Joseph Myers. * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and very large arguments properly. * math/libm-test.inc (atan_test): New tests. (atan2_test): New tests. * sysdeps/sparc/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Update. | |||
2012-11-18 | Correct tinyness handling in long-double and float y0/y1. | David S. Miller | |
With help from Joseph Myers. * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness cutoff to 2**-13. * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness cutoff to 2**-25. * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant. ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very small. * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise. * math/libm-test.inc (y0_test): New tests. (y1_test): New tests. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Update. * sysdeps/sparc/fpu/libm-test-ulps: Update. | |||
2012-11-07 | Also run tst-xmmymm.sh on i386 ld.so | H.J. Lu | |
2012-11-07 | Fix spurious underflows from pow with results close to 1 (bug 14811). | Joseph Myers | |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | |
2012-11-02 | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu | |
2012-10-30 | Use sysdeps/x86/tininess.h for i386 and x86_64 | H.J. Lu | |
2012-10-30 | Fix strtod handling of underflow (bug 14047). | Joseph Myers | |
2012-10-11 | Add x86-64 __libc_ifunc_impl_list | H.J. Lu | |
2012-10-11 | Use IFUNC memmove/memset in x86-64 bcopy/bzero | H.J. Lu | |
Also add separate tests for bcopy and bzero. | |||
2012-10-09 | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | |
2012-10-02 | Define HAS_FMA with bit_FMA_Usable | H.J. Lu | |
2012-09-28 | Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h | H.J. Lu | |
2012-09-27 | Don't define x86-64 __strncmp_ssse3 in libc.a | H.J. Lu | |
2012-09-26 | Update x86-64 ULPs | Markus Trippelsdorf | |
2012-09-25 | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | |
2012-09-25 | Add optimized sincosf for SSE2 for x86 and x86-64 | Liubov Dmitrieva | |
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | |
2012-09-25 | Add copyright notices to testsuite shell scripts | Dmitry V. Levin | |
2012-09-10 | Fix x86 SSE cosf, sinf issues | Liubov Dmitrieva | |
* sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix unwind info if defined PIC. Fix special cases description. * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise. * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix DP_HI_MASK entry. * sysdeps/x86_64/fpu/s_cosf.S: Likewise. | |||
2012-09-03 | Update libm-test-ulps | Andreas Jaeger | |
2012-09-03 | Add optimized sinf and cosf routines for x86 and x86-64 | Liubov Dmitrieva | |
* sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines): Add s_sinf-sse2, s_conf-sse2. * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file. * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file. * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file. * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file. * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros for using routine as __sinf_ia32. Use macro for function declaration and weak_alias. * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros for using routine as __cosf_ia32. Use macro for function declaration and weak_alias. * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright. * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright. * sysdeps/x86_64/fpu/s_sinf.S: New file. * sysdeps/x86_64/fpu/s_cosf.S: New file. * sysdeps/x86_64/fpu/libm-test-ulps: Update. * math/libm-test.inc (cos_test): Add more test cases. (sin_test): Likewise. (sincos_test): Likewise. | |||
2012-09-02 | Use the first element of GOT for ld.so addresses | H.J. Lu | |
[BZ #14538] * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the first element of the GOT. (elf_machine_load_address): Return the difference between the runtime address of _DYNAMIC and elf_machine_dynamic (). | |||
2012-08-15 | Clean up x86_64/multiarch/strstr-c.c include order. | Roland McGrath | |
2012-08-15 | Clean up x86_64/multiarch/memmove.c include order. | Roland McGrath | |
2012-08-14 | i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFO | Mike Frysinger | |
Pretty sure we require recent enough versions of gcc/binutils to make this check pointless. I can't any logs in the last few years where this check didn't return "yes". Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-08-13 | Update x86-64 ULPs | Markus Trippelsdorf | |
The recent clog and clog10 fixes are causing some failing tests on my AMD64 CPU. | |||
2012-08-09 | Avoid DWARF definition DIE on ifunc symbols | H.J. Lu | |