libm: fix ppc related statements
[www] / libm / index.html
index 360146e..247a7b6 100644 (file)
@@ -157,9 +157,10 @@ ld128 is rare (eg. sparc64 with software emulation), it means
 </ul>
 <p>
 There are other non-conformant long double types: eg. the old SVR4 abi for ppc
-uses 128 bit long doubles, but it's software emulated using
-<a href="https://en.wikipedia.org/wiki/Quadruple_precision#Double-double_arithmetic">two doubles</a>.
-(the newer <a href="http://www.freescale.com/files/32bit/doc/app_note/PPCEABI.pdf">ppc eabi</a> uses ld64).
+uses 128 bit long doubles, but it's software emulated and traditionally
+implemented using
+<a href="https://en.wikipedia.org/wiki/Quadruple_precision#Double-double_arithmetic">two doubles</a>
+(also called ibm long double as this is what ibm aix used on ppc).
 The ibm s390 supports the ieee 754-2008 compliant binary128 floating-point
 format, but previous ibm machines (S/370, S/360) used slightly different
 representation.