about summary refs log tree commit diff
path: root/sysdeps/i386/fpu
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* i386: Regenerate libm-test-ulpsH.J. Lu2017-10-191-2/+2
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-10-023-0/+3
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-022-0/+2
* New generic powfSzabolcs Nagy2017-09-291-0/+1
* New generic log2fSzabolcs Nagy2017-09-291-0/+1
* New generic logfSzabolcs Nagy2017-09-291-0/+1
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-252-0/+2
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-051-0/+9
* Obsolete pow10 functions.Joseph Myers2017-09-011-30/+0
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-035-7/+7
* Add float128 support for x86_64, x86.Joseph Myers2017-06-262-22/+601
* Update x86 ulps for GCC 7.Joseph Myers2017-06-231-8/+8
* Check if SSE is available with HAS_CPU_FEATUREH.J. Lu2017-04-0713-13/+13
* Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2017-02-171-0/+12