aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Remove inaccurate x86 cexp implementations (bug 13883).Joseph Myers1-0/+22
2012-03-21Fix pow of zero and infinity to large powers.Joseph Myers1-0/+41
2012-03-20Check __x86_64__ instead of __WORDSIZE in mathinline.hH.J. Lu1-5/+3
2012-03-19Check __x86_64__ instead of __WORDSIZE for fenv_tH.J. Lu1-4/+1
2012-03-19Use int64_t in x86_64/fpu/math_private.hH.J. Lu1-2/+2
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-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-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-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-09Replace FSF snail mail address with URLs.Paul Eggert51-153/+102
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 Drepper6-7/+11
2012-01-07Remove pre-ISO C supportUlrich Drepper1-3/+3
2011-12-22Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper1-1/+1
2011-12-21Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola1-1/+1
2011-12-03Fix more warningsUlrich Drepper2-11/+0
2011-10-28Remove code without too much effectsUlrich Drepper15-113/+5
2011-10-25Add AVX optimized versions for some x86-64 math functionsUlrich Drepper27-20/+276
2011-10-25Use VEX encoding in inline math functions on x86-64 when possibleUlrich Drepper1-48/+138
2011-10-25Cleanup FMA4 patchUlrich Drepper22-1/+26
2011-10-24Better DLA_FMSUlrich Drepper1-0/+17