aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert59-59/+59
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella1-1/+10
2021-12-13i386: Move hypot implementation to CAdhemerval Zanella3-139/+48
2021-12-13Cleanup encoding in commentsSiddhesh Poyarekar2-20/+20
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2-2/+2
2021-09-10Add narrowing square root functionsJoseph Myers2-0/+4
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar123-194/+0
2021-07-25i386: Regenerate ulpsArjun Shankar1-24/+24
2021-04-13i386: Update ulpsAdhemerval Zanella1-2/+2
2021-04-05i386: Update ulpsAdhemerval Zanella1-20/+20
2021-03-02i386: Regenerate ulpsFlorian Weimer1-23/+23
2021-02-03i686: Regenerate ULPsSiddhesh Poyarekar1-5/+5
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert60-60/+60
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar1-43/+0
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar1-42/+0
2020-12-21i386: Regenerate ulpsFlorian Weimer1-5/+5
2020-09-02Update i686 ulps.Patsy Griffin1-3/+3
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu13-13/+13
2020-07-09Update i686 libm-test-ulpsPatsy Franklin1-21/+21
2020-06-22i386: Use builtin sqrtlAdhemerval Zanella1-21/+0
2020-06-19i386: Use generic exp10fAdhemerval Zanella1-54/+0
2020-05-26Update i386 libm-test-ulpsSamuel Thibault1-8/+9
2020-03-19math: Remove inline math testsAdhemerval Zanella1-1095/+0
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra43-44/+89
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers61-61/+61
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert61-61/+61
2019-08-20Update i386 libm-test-ulpsAndreas Schwab1-2/+2
2019-08-15Update i386 libm-test-ulpsAndreas Schwab1-4/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers61-61/+61
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy2-0/+2
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers7-7/+0
2018-09-19Add new pow implementationSzabolcs Nagy1-0/+1
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers1-0/+1
2018-09-12Add new log2 implementationSzabolcs Nagy1-0/+1
2018-09-12Add new log implementationSzabolcs Nagy1-0/+1
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy3-1/+2
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers2-502/+0
2018-08-24Remove unused math filesWilco Dijkstra1-3/+0
2018-08-10Move SNAN_TESTS_* out of math-tests.h.Joseph Myers1-7/+19
2018-06-21math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]Florian Weimer1-5/+13
2018-06-01math: Update i686 ulps (--disable-multi-arch configuration)Florian Weimer1-278/+294
2018-05-17Add narrowing divide functions.Joseph Myers1-0/+29
2018-05-16Add narrowing multiply functions.Joseph Myers1-0/+29
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers3-0/+3
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers1-39/+0
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers3-0/+3
2018-03-20Add narrowing subtract functions.Joseph Myers1-0/+41