aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/fpu/e_hypot.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-13math: Remove powerpc e_hypotAdhemerval Zanella1-87/+0
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-1/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-08powerpc: hypot refactor and optimizationAdhemerval Zanella1-72/+22
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra1-4/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
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-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-24Fix hypot missing underflows (bug 18803).Joseph Myers1-1/+3
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-0/+1
2013-05-06PowerPC: fix hypot/hypof FP exceptionsAdhemerval Zanella1-2/+14
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
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-12-06Fix a wrong constant in powerpc hypot implementationAndreas Schwab1-1/+1
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/+117