aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/e_powf.S
AgeCommit message (Expand)AuthorFilesLines
2017-10-22i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu1-392/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-25Fix pow missing underflows (bug 18825).Joseph Myers1-3/+10
2015-09-18Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980).Joseph Myers1-0/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers1-1/+11
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-16Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers1-1/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek1-6/+6
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers1-2/+7
2012-03-21Fix pow of zero and infinity to large powers.Joseph Myers1-16/+31
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-02-07Remove __ELF__ conditionalsMarek Polacek1-9/+3
2011-10-12Optimize libmUlrich Drepper1-16/+23
2007-03-05[BZ #4096]Ulrich Drepper1-8/+10
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-10/+8
2007-07-31.Jakub Jelinek1-8/+10
2005-05-04* intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix)cvs/fedora-glibc-20050504T1818Ulrich Drepper1-4/+21
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-30/+11
2007-07-122.5-18.1Jakub Jelinek1-11/+30
2004-07-20(__ieee754_powf): Don't generate invalid exception if |y| >= 1U<<31.Ulrich Drepper1-1/+12
2001-07-06Update to LGPL v2.1.Andreas Jaeger1-8/+8
2001-02-18Update.Ulrich Drepper1-4/+14
1999-07-31Update.Ulrich Drepper1-1/+1
1999-07-15Update.Ulrich Drepper1-2/+2
1999-07-14Update.Ulrich Drepper1-0/+310