From: Jarkko Hietaniemi Date: Fri, 19 Sep 2014 13:43:35 +0000 (-0400) Subject: Editorializing quadmath entry. X-Git-Tag: v5.21.4~11 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/79f6e7a593f558994e8fb911de159adf159c323c Editorializing quadmath entry. --- diff --git a/INSTALL b/INSTALL index 9448a85..3d0af04 100644 --- a/INSTALL +++ b/INSTALL @@ -343,16 +343,16 @@ and the long double support. =head3 quadmath -Another option for long doubles is that gcc 4.6 and later have library +One option for long doubles is that gcc 4.6 and later have a library called quadmath, which implements the IEEE 754 quadruple precision (128-bit, 113 bits of mantissa) floating point numbers. The library works at least on x86 and ia64 platforms. It may be part of your gcc installation, or you may need to install it separately. -With "Configure -Dusequadmath" you can enable its use, but note the -compiler dependency, you may need to also add "-Dcc=..." This option -also turns on -Duselongdouble. At C level the type is called C<__float128>, -(note, not "long double") but Perl source knows it as NV. +With "Configure -Dusequadmath" you can try enabling its use, but note +the compiler dependency, you may need to also add "-Dcc=...". +This option also turns on -Duselongdouble. At C level the type is called +C<__float128> (note, not "long double"), but Perl source knows it as NV. =head3 Algorithmic Complexity Attacks on Hashes