aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/fpu/e_hypotf.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers1-4/+6
2016-01-27Remove unused variablesAndreas Schwab1-2/+0
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-17PowerPC: fix hypot/hypotf check for -INFAdhemerval Zanella1-3/+3
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-1/+1
2013-05-06PowerPC: fix hypot/hypof FP exceptionsAdhemerval Zanella1-14/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-03-15Use double precision instead of scaling for powerpc __ieee754_hypotfAndreas Schwab1-36/+8
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-10-12Optimize libmUlrich Drepper1-0/+1
2011-09-15Fix PLT uses in libm on powerpcAndreas Schwab1-4/+4
2011-09-07Trigonometric optimizations for POWERAdhemerval Zanella1-0/+118