aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Don't include exceptions in libm-test-ulps test names.Joseph Myers1-17/+17
2012-05-24Test underflow exceptions in libm-test.inc.Joseph Myers1-12/+12
2012-05-19Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers1-0/+114
2012-05-18Do not provide inlines for GCC build-in functionsAndreas Jaeger1-2/+5
2012-05-09Add volatiles for x86-64 bits/mathinline.hAndreas Jaeger1-8/+40
2012-05-07Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923).Joseph Myers3-131/+71
2012-05-06Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers3-8/+40
2012-05-06Update x86-64 libm-test-ulpsAndreas Jaeger1-0/+12
2012-05-05Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers1-1/+18
2012-05-05Use .S sources for x86/x86_64 expl.Joseph Myers2-1/+89
2012-04-30Fix x86 acos near 1 (bug 13942).Joseph Myers1-0/+12
2012-04-30Fix acos (-1) in round-downwards mode on x86 (bug 14034).Joseph Myers1-0/+158
2012-04-21Update sysdeps/x86_64/fpu/libm-test-ulpsMarkus Trippelsdorf1-0/+6
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab1-1/+0
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella1-3/+8
2012-04-09Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers1-12/+19
2012-04-09Fix ctan, ctanh overflow (bug 11521).Joseph Myers1-12/+70
2012-04-09Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers1-0/+15
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers1-4/+43
2012-03-22Fix cexp overflow (bug 13892).Joseph Myers1-2/+32
2012-03-21Disable use of FMA instructions in branredAndreas Schwab4-8/+1
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