about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/e_hypot.c
Commit message (Expand)AuthorAgeFilesLines
* math: Remove powerpc e_hypotAdhemerval Zanella2021-12-131-87/+0
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* powerpc: hypot refactor and optimizationAdhemerval Zanella2019-07-081-72/+22
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-151-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-071-4/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix hypot missing underflows (bug 18803).Joseph Myers2015-09-241-1/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* PowerPC: fix hypot/hypotf check for -INFAdhemerval Zanella2013-05-171-3/+3
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* PowerPC: fix hypot/hypof FP exceptionsAdhemerval Zanella2013-05-061-2/+14
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix a wrong constant in powerpc hypot implementationAndreas Schwab2011-12-061-1/+1
* Optimize libmUlrich Drepper2011-10-121-0/+1
* Fix PLT uses in libm on powerpcAndreas Schwab2011-09-151-4/+4
* Trigonometric optimizations for POWERAdhemerval Zanella2011-09-071-0/+117