summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32/e_powf.c
AgeCommit message (Expand)Author
2018-07-02Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers
2017-10-02Do not wrap logf, log2f and powfSzabolcs Nagy
2017-09-29New generic powfSzabolcs Nagy
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-06-23Optimized version of powf()Paul Clarke
2017-02-07Fix powf inaccuracy (bug 21112).Joseph Myers
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers
2015-09-26Fix powf inaccuracy (bug 18956).Joseph Myers
2015-09-25Fix pow missing underflows (bug 18825).Joseph Myers
2015-08-05Fix powf (close to -1, large) (bug 18647).Joseph Myers
2012-11-07Fix spurious underflows from pow with results close to 1 (bug 14811).Joseph Myers
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2011-10-12Optimize libmUlrich Drepper
2001-02-19Update.Ulrich Drepper
1999-07-14Update.Ulrich Drepper