Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cacos real-part inaccuracy for result real part near 0 (bug 15023). | Joseph Myers | 2013-01-17 | 1 | -0/+15 |
| | |||||
* | Implement x86 SIZE32/SIZE64 relocations | H.J. Lu | 2013-01-16 | 1 | -0/+20 |
| | |||||
* | Fix casinh, casin overflow (bug 14996). | Joseph Myers | 2013-01-07 | 1 | -0/+12 |
| | |||||
* | Change __x86_64 prefix in cache size to __x86 | H.J. Lu | 2013-01-05 | 6 | -46/+46 |
| | |||||
* | Fix casinh, casin inaccuracy from cancellation (bug 14994). | Joseph Myers | 2013-01-04 | 1 | -0/+29 |
| | |||||
* | Add HAS_RTM | H.J. Lu | 2013-01-03 | 2 | -0/+16 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 177 | -183/+177 |
| | |||||
* | Move mpone out to a global const | Siddhesh Poyarekar | 2012-12-27 | 2 | -0/+2 |
| | | | | Code cleanup. | ||||
* | Fix powl inaccuracy for x86_64 and x86 (bug 13881). | Joseph Myers | 2012-11-28 | 2 | -30/+26 |
| | |||||
* | Cast to __intptr_t before casting pointer to int64 | H.J. Lu | 2012-11-26 | 1 | -7/+14 |
| | |||||
* | test-multiarch: terminate printf output with newline | Pino Toscano | 2012-11-22 | 1 | -1/+1 |
| | |||||
* | Fix spurious underflows in ldbl-128 atan implementation. | David S. Miller | 2012-11-19 | 1 | -0/+3 |
| | | | | | | | | | | 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. | ||||
* | Correct tinyness handling in long-double and float y0/y1. | David S. Miller | 2012-11-18 | 1 | -0/+35 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | Also run tst-xmmymm.sh on i386 ld.so | H.J. Lu | 2012-11-07 | 2 | -105/+0 |
| | |||||
* | Fix spurious underflows from pow with results close to 1 (bug 14811). | Joseph Myers | 2012-11-07 | 1 | -2/+21 |
| | |||||
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -1/+2 |
| | |||||
* | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu | 2012-11-02 | 1 | -1/+2 |
| | |||||
* | Use sysdeps/x86/tininess.h for i386 and x86_64 | H.J. Lu | 2012-10-30 | 1 | -1/+0 |
| | |||||
* | Fix strtod handling of underflow (bug 14047). | Joseph Myers | 2012-10-30 | 1 | -0/+1 |
| | |||||
* | Add x86-64 __libc_ifunc_impl_list | H.J. Lu | 2012-10-11 | 33 | -24/+380 |
| | |||||
* | Use IFUNC memmove/memset in x86-64 bcopy/bzero | H.J. Lu | 2012-10-11 | 3 | -33/+11 |
| | | | | Also add separate tests for bcopy and bzero. | ||||
* | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | 2012-10-09 | 1 | -124/+0 |
| | |||||
* | Define HAS_FMA with bit_FMA_Usable | H.J. Lu | 2012-10-02 | 2 | -2/+10 |
| | |||||
* | Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h | H.J. Lu | 2012-09-28 | 1 | -6/+0 |
| | |||||
* | Don't define x86-64 __strncmp_ssse3 in libc.a | H.J. Lu | 2012-09-27 | 1 | -4/+6 |
| | |||||
* | Update x86-64 ULPs | Markus Trippelsdorf | 2012-09-26 | 1 | -12/+19 |
| | |||||
* | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | 2012-09-25 | 1 | -4/+121 |
| | |||||
* | Add optimized sincosf for SSE2 for x86 and x86-64 | Liubov Dmitrieva | 2012-09-25 | 2 | -18/+582 |
| | |||||
* | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 2012-09-25 | 2 | -2/+4 |
| | |||||
* | Add copyright notices to testsuite shell scripts | Dmitry V. Levin | 2012-09-25 | 1 | -0/+18 |
| | |||||
* | Fix x86 SSE cosf, sinf issues | Liubov Dmitrieva | 2012-09-10 | 2 | -29/+16 |
| | | | | | | | | | | * 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. | ||||
* | Update libm-test-ulps | Andreas Jaeger | 2012-09-03 | 1 | -0/+6 |
| | |||||
* | Add optimized sinf and cosf routines for x86 and x86-64 | Liubov Dmitrieva | 2012-09-03 | 3 | -4/+1124 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Use the first element of GOT for ld.so addresses | H.J. Lu | 2012-09-02 | 1 | -32/+8 |
| | | | | | | | | [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 (). | ||||
* | Clean up x86_64/multiarch/strstr-c.c include order. | Roland McGrath | 2012-08-15 | 1 | -6/+26 |
| | |||||
* | Clean up x86_64/multiarch/memmove.c include order. | Roland McGrath | 2012-08-15 | 1 | -20/+18 |
| | |||||
* | i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFO | Mike Frysinger | 2012-08-14 | 2 | -83/+4 |
| | | | | | | | | 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> | ||||
* | Update x86-64 ULPs | Markus Trippelsdorf | 2012-08-13 | 1 | -0/+3 |
| | | | | | The recent clog and clog10 fixes are causing some failing tests on my AMD64 CPU. | ||||
* | Avoid DWARF definition DIE on ifunc symbols | H.J. Lu | 2012-08-09 | 2 | -10/+32 |
| | |||||
* | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | 2012-08-02 | 12 | -44/+42 |
| | |||||
* | Improve clog, clog10 handling of values with real or imaginary part slightly ↵ | Joseph Myers | 2012-07-31 | 1 | -2/+69 |
| | | | | above 1 (bug 13629). | ||||
* | Improve clog, clog10 handling of values with real or imaginary part 1 (bug ↵ | Joseph Myers | 2012-07-26 | 1 | -0/+57 |
| | | | | 13629). | ||||
* | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | 2012-07-26 | 1 | -0/+32 |
| | |||||
* | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | 2012-07-25 | 1 | -0/+55 |
| | |||||
* | Remove TLS configure checks. | Marek Polacek | 2012-07-17 | 2 | -63/+0 |
| | |||||
* | Split tls-macros.h into sysdeps directories. | Joseph Myers | 2012-07-17 | 1 | -0/+39 |
| | |||||
* | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 2012-07-10 | 4 | -6/+6 |
| | |||||
* | Fix clog, clog10 spurious underflow exceptions (bug 14337). | Joseph Myers | 2012-07-09 | 1 | -0/+152 |
| | |||||
* | Fix expm1 spurious underflow exceptions (bug 6778). | Joseph Myers | 2012-07-06 | 2 | -14/+31 |
| | |||||
* | Fix csqrt underflow (bugs 14157, 14331). | Joseph Myers | 2012-07-05 | 1 | -0/+30 |
| |