summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/e_hypotf.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
* Remove unused variablesAndreas Schwab2016-01-271-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* 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-1/+1
* PowerPC: fix hypot/hypof FP exceptionsAdhemerval Zanella2013-05-061-14/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Use double precision instead of scaling for powerpc __ieee754_hypotfAndreas Schwab2012-03-151-36/+8
* 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
* 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/+118