about summary refs log tree commit diff
path: root/sysdeps/i386/fpu/e_powf.S
Commit message (Expand)AuthorAgeFilesLines
* i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu2017-10-221-392/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix pow missing underflows (bug 18825).Joseph Myers2015-09-251-3/+10
* Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980).Joseph Myers2015-09-181-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-231-1/+11
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers2013-11-161-1/+4
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek2012-08-021-6/+6
* Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers2012-03-281-2/+7
* Fix pow of zero and infinity to large powers.Joseph Myers2012-03-211-16/+31
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove __ELF__ conditionalsMarek Polacek2012-02-071-9/+3
* Optimize libmUlrich Drepper2011-10-121-16/+23
* [BZ #4096]Ulrich Drepper2007-03-051-8/+10
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-10/+8
* .Jakub Jelinek2007-07-311-8/+10
* * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix) cvs/fedora-glibc-20050504T1818Ulrich Drepper2005-05-041-4/+21
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-30/+11
* 2.5-18.1Jakub Jelinek2007-07-121-11/+30
* (__ieee754_powf): Don't generate invalid exception if |y| >= 1U<<31.Ulrich Drepper2004-07-201-1/+12
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+8
* Update.Ulrich Drepper2001-02-181-4/+14
* Update.Ulrich Drepper1999-07-311-1/+1
* Update.Ulrich Drepper1999-07-151-2/+2
* Update.Ulrich Drepper1999-07-141-0/+310