PowerPC floating point little-endian [6 of 15]
authorAlan Modra <amodra@gmail.com>
Sat, 17 Aug 2013 08:57:19 +0000 (18:27 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 4 Oct 2013 01:03:21 +0000 (10:33 +0930)
commit62a728aeff93507ce5975f245a5f1d2046fb4503
tree6d79e2e1aa8e04d5023303e7952d03e2513ed379
parent32c301dfc9b786453e59b61fe4a821a89e1a206b
PowerPC floating point little-endian [6 of 15]
http://sourceware.org/ml/libc-alpha/2013-07/msg00197.html

A rewrite to make this code correct for little-endian.

* sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
union 32-bit int array member with 64-bit int array.
(t515, tm256): Double rather than long double.
(__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
ChangeLog
sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c