about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S
Commit message (Collapse)AuthorAgeFilesLines
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-041-107/+0
| | | | | | | | | | This commit moves one step towards the deprecation of wrappers that use _LIB_VERSION / matherr / __kernel_standard functionality, by adding the suffix '_compat' to their filenames and adjusting Makefiles and #includes accordingly. New template wrappers that do not use such functionality will be added by future patches and will be first used by the float128 wrappers.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* 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
|
* Remove trailing whitespace.Joseph Myers2013-06-051-3/+3
|
* Fix spelling errors in sysdeps/powerpc files.Anton Blanchard2013-01-071-1/+1
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Simplify code for accessing powerpc GOTWill Schmidt2011-12-171-5/+3
|
* Remove doubled words.Jim Meyering2011-04-221-2/+2
|
* Cleanup old obsolete PPC_REL16 checksLuis Machado2010-02-121-7/+0
|
* Fix cfa offset for saved registers in PPC sqrt implementations.Andreas Schwab2009-06-241-2/+2
|
* * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.Ulrich Drepper2008-04-101-0/+117
* sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed. * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File. * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed. * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File. * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.