summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/fpu
AgeCommit message (Expand)Author
2018-06-01math: Update i686 ulpsFlorian Weimer
2018-04-06Update i386 libm-test-ulps.Adhemerval Zanella
2018-03-16Update i386 libm-test-ulps.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-07Add _Float32 function aliases.Joseph Myers
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers
2017-11-29Use libm_alias_float for i386.Joseph Myers
2017-11-28Use libm_alias_double for i386.Joseph Myers
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-11-17Use libm_alias_ldouble in sysdeps/i386/fpu.Joseph Myers
2017-10-22i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-08-03i686/multiarch: Regenerate ulpsAurelien Jarno
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-23Update x86 ulps for GCC 7.Joseph Myers
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers
2016-07-13Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347]H.J. Lu
2016-06-30i686/multiarch: Regenerate ulpsAurelien Jarno
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers
2016-06-08Fix i386/x86_64 logl (sNaN) (bug 20227).Joseph Myers
2016-03-24Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-20i386: move ULPs to i686/multiarch and regenerate new ones for i386Aurelien Jarno
2015-11-05Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213).Joseph Myers
2015-09-18Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980).Joseph Myers
2015-08-13Update i686 multiarch functions for <cpu-features.h>H.J. Lu
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-06-18Fix __ieee754_logl (-LDBL_MAX) in FE_DOWNWARD mode (bug 17022).Joseph Myers
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-09-25Add optimized sincosf for SSE2 for x86 and x86-64Liubov Dmitrieva
2012-09-10Fix x86 SSE cosf, sinf issuesLiubov Dmitrieva
2012-09-03Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek
2012-05-14Add optimized expf for x86Liubov Dmitrieva
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-07Remove __ELF__ conditionalsMarek Polacek
2011-10-15No need for boundary case handling in x86-32 __ieee_logUlrich Drepper