summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/e_hypot.c
Commit message (Expand)AuthorAgeFilesLines
* 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