about summary refs log tree commit diff
path: root/sysdeps/i386/fpu
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0159-59/+59
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-131-1/+10
* i386: Move hypot implementation to CAdhemerval Zanella2021-12-133-139/+48
* Cleanup encoding in commentsSiddhesh Poyarekar2021-12-132-20/+20
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-212-2/+2
* Add narrowing square root functionsJoseph Myers2021-09-102-0/+4
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03123-194/+0
* i386: Regenerate ulpsArjun Shankar2021-07-251-24/+24
* i386: Update ulpsAdhemerval Zanella2021-04-131-2/+2
* i386: Update ulpsAdhemerval Zanella2021-04-051-20/+20
* i386: Regenerate ulpsFlorian Weimer2021-03-021-23/+23
* i686: Regenerate ULPsSiddhesh Poyarekar2021-02-031-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0260-60/+60
* x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar2020-12-241-43/+0
* x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar2020-12-241-42/+0
* i386: Regenerate ulpsFlorian Weimer2020-12-211-5/+5
* Update i686 ulps.Patsy Griffin2020-09-021-3/+3
* x86: Support usable check for all CPU featuresH.J. Lu2020-07-1313-13/+13
* Update i686 libm-test-ulpsPatsy Franklin2020-07-091-21/+21
* i386: Use builtin sqrtlAdhemerval Zanella2020-06-221-21/+0
* i386: Use generic exp10fAdhemerval Zanella2020-06-191-54/+0
* Update i386 libm-test-ulpsSamuel Thibault2020-05-261-8/+9
* math: Remove inline math testsAdhemerval Zanella2020-03-191-1095/+0
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0343-44/+89
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0161-61/+61
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0761-61/+61
* Update i386 libm-test-ulpsAndreas Schwab2019-08-201-2/+2
* Update i386 libm-test-ulpsAndreas Schwab2019-08-151-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0161-61/+61
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-211-0/+1
* Remove the error handling wrapper from log2Szabolcs Nagy2018-11-211-0/+1
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-211-0/+1
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-212-0/+2
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-287-7/+0
* Add new pow implementationSzabolcs Nagy2018-09-191-0/+1
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-141-0/+1
* Add new log2 implementationSzabolcs Nagy2018-09-121-0/+1
* Add new log implementationSzabolcs Nagy2018-09-121-0/+1
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-053-1/+2
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-282-502/+0
* Remove unused math filesWilco Dijkstra2018-08-241-3/+0
* Move SNAN_TESTS_* out of math-tests.h.Joseph Myers2018-08-101-7/+19
* math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]Florian Weimer2018-06-211-5/+13
* math: Update i686 ulps (--disable-multi-arch configuration)Florian Weimer2018-06-011-278/+294
* Add narrowing divide functions.Joseph Myers2018-05-171-0/+29
* Add narrowing multiply functions.Joseph Myers2018-05-161-0/+29
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-113-0/+3
* Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2018-05-091-39/+0
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-093-0/+3
* Add narrowing subtract functions.Joseph Myers2018-03-201-0/+41