]> git.ipfire.org Git - thirdparty/glibc.git/commit
PowerPC floating point little-endian [6 of 15]
authorAlan Modra <amodra@gmail.com>
Sat, 17 Aug 2013 08:57:19 +0000 (18:27 +0930)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 15 Nov 2013 17:21:44 +0000 (11:21 -0600)
commite1120ce9e80828f3619c7dc0d619be2d75aecc46
treef883ab6cc44ab30d3b78d2db4847df9cd6f219a2
parent09b803a2824424a31cf92093b29105920d1f7ad5
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