about summary refs log tree commit diff
path: root/sysdeps/i386/fpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update i386 libm-test-ulps.Joseph Myers2018-03-161-12/+12
* Add support for sqrt asm redirectsWilco Dijkstra2018-03-152-0/+2
* Fix i386 fenv_private.h float128 for 32-bit --with-fpmath=sse (bug 22902).Joseph Myers2018-02-281-0/+6
* Remove mplog and mpexpWilco Dijkstra2018-02-152-2/+0
* Remove slow paths from expSzabolcs Nagy2018-02-121-1/+0
* Remove slow paths from powWilco Dijkstra2018-02-122-2/+0
* Add narrowing add functions.Joseph Myers2018-02-101-0/+41
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-091-0/+2
* i386: Regenerate libm-test-ulps for for gcc 7 on i686Samuel Thibault2018-01-061-12/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0157-57/+57
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-0/+1
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-1/+0
* Add _Float32 function aliases.Joseph Myers2017-12-071-2/+5
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-061-10/+11
* Use libm_alias_float for i386.Joseph Myers2017-11-2918-18/+36
* Use libm_alias_double for i386.Joseph Myers2017-11-2819-23/+38
* Add _Float64x function aliases.Joseph Myers2017-11-271-4/+4
* Use libm_alias_ldouble in sysdeps/i386/fpu.Joseph Myers2017-11-1719-19/+38
* i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu2017-10-271-6/+6
* i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu2017-10-224-394/+6
* i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu2017-10-224-71/+2
* i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu2017-10-224-105/+10
* i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu2017-10-223-53/+2
* i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-225-77/+6