aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2012-03-19Fix clog overflow/underflow (bug 13629).Joseph Myers1-0/+67
2012-03-19Optimize private 387 fenv access; share code between i386 and x86_64.Richard Henderson1-119/+1
2012-03-19i386/x86_64: Optimize feholdexcept.Richard Henderson1-14/+7
2012-03-19Create and use libc_feupdateenv_test.Richard Henderson1-4/+24
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson1-0/+23
2012-03-19Convert libc_feholdexcept et al from macros to inline functions.Richard Henderson1-57/+57
2012-03-19Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson1-27/+1
2012-03-16Define x86-64 ffsl alias only if __LP64__ is definedH.J. Lu1-1/+3
2012-03-16Disable Bessel function TLOSS errors in POSIX mode.Joseph Myers1-2/+39
2012-03-16Fix tan, tanl for large inputs.Joseph Myers3-46/+28
2012-03-16 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.Jan Kratochvil1-1/+6
2012-03-16Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers7-158/+40
2012-03-14Merge branch 'master' into bug13658-branchAndreas Jaeger4-77/+418
2012-03-14Fix csqrt overflow/underflow (bug 13841).Joseph Myers1-0/+39
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert1-3/+2
2012-03-09Use include_next to chain math_private.h headers.Richard Henderson1-1/+1
2012-03-09x86_64: Convert __rint* and __floor* from macros to inlines.Richard Henderson1-49/+43
2012-03-09x86_64: Convert __ieee754_sqrt{,f,l} from macros to inlines.Richard Henderson1-22/+32
2012-03-07Fix signs of zeros from casinh, cacosh etc. (bug 10716).Joseph Myers1-0/+298
2012-03-07 [BZ #13658]Andreas Jaeger1-60/+0
2012-03-06Fix up long double fphex.Marek Polacek1-1/+2
2012-03-05Fix pow in non-default rounding modes (bug 3976).Joseph Myers1-0/+48
2012-03-05Test cosh, sinh in non-default rounding modes (bug 3976).Joseph Myers1-0/+136
2012-03-03Remove oldish __GNUC_PREREQ.Marek Polacek1-40/+4
2012-03-02Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers1-0/+378
2012-03-02Fix exp in non-default rounding modes (bug 3976).Joseph Myers1-0/+51
2012-03-01Improve erfc accuracy.Joseph Myers1-0/+12
2012-02-29Add test for bug 5794 (incorrect expm1 overflow).Joseph Myers1-0/+5
2012-02-29Reduce large expected errors from libm tests on x86 and x86_64.Joseph Myers1-12/+12
2012-02-28Optimized expf for x86-64Ulrich Drepper1-0/+340
2012-02-20Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers1-2/+3
2012-02-14Provide crt[in].S for x86-64.Marek Polacek2-70/+88
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert173-520/+346
2012-02-08Reduce ldouble ULPs for jn tests on x86Andreas Schwab1-18/+16
2012-02-07Remove __ELF__ conditionalsMarek Polacek9-44/+11
2012-01-30Fix makefile/configure problems with sse2avx changes.Joseph Myers1-1/+1
2012-01-28Optimize x86-64 math inline header a bitUlrich Drepper1-8/+31
2012-01-28Use -msse2avx option for x86-64 libm functionsUlrich Drepper8-49/+26
2012-01-28Simplify use of AVX instructions in internal math macrosUlrich Drepper1-59/+20
2012-01-26Really fix AVX testsUlrich Drepper8-27/+31
2012-01-26Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2-2/+15
2012-01-08More fallout from supporting only ELFUlrich Drepper1-6/+0
2012-01-07Remove pre-ISO C supportUlrich Drepper3-5/+5
2012-01-07Remove non-ELF supportUlrich Drepper1-16/+2
2012-01-07Fix up a commentUlrich Drepper1-1/+1
2012-01-07Yet more ia64 removal falloutUlrich Drepper1-1/+133
2011-12-23Fix typos in commentsMarek Polacek1-4/+4
2011-12-23Prevent warnings due to long long constantsUlrich Drepper1-9/+9
2011-12-23Fix overrun in destination bufferLiubov Dmitrieva2-508/+323
2011-12-22Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper1-1/+1