aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/fpu/multiarch
AgeCommit message (Expand)AuthorFilesLines
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers11-11/+11
2017-12-07Add _Float32 function aliases.Joseph Myers1-2/+5
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers1-6/+7
2017-11-29Use libm_alias_float for i386.Joseph Myers8-8/+21
2017-11-27Add _Float64x function aliases.Joseph Myers1-4/+4
2017-10-22i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu4-7/+60
2017-10-22i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu4-1/+47
2017-10-22i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu4-8/+52
2017-10-22i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu4-1/+44
2017-10-22i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu7-365/+29
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy1-0/+1
2017-09-01Obsolete pow10 functions.Joseph Myers1-30/+0
2017-08-03i686/multiarch: Regenerate ulpsAurelien Jarno1-7/+7
2017-06-26Add float128 support for x86_64, x86.Joseph Myers1-0/+562
2017-06-23Update x86 ulps for GCC 7.Joseph Myers1-8/+8
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg3-6/+3
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers1-0/+12
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers1-36/+36
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers1-18/+18
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers9-9/+9
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers1-0/+1
2016-07-13Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347]H.J. Lu1-2/+2
2016-06-30i686/multiarch: Regenerate ulpsAurelien Jarno1-8/+8
2016-03-24Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers1-4/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers9-9/+9
2015-12-20i386: move ULPs to i686/multiarch and regenerate new ones for i386Aurelien Jarno1-0/+2176
2015-09-18Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980).Joseph Myers1-4/+5
2015-08-13Update i686 multiarch functions for <cpu-features.h>H.J. Lu4-5/+10
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers9-9/+9
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae9-9/+9
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers9-9/+9
2012-09-25Add optimized sincosf for SSE2 for x86 and x86-64Liubov Dmitrieva3-1/+617
2012-09-10Fix x86 SSE cosf, sinf issuesLiubov Dmitrieva2-55/+40
2012-09-03Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva6-1/+1210
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek1-13/+13
2012-05-14Add optimized expf for x86Liubov Dmitrieva4-0/+364