summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-10-29 21:30:18 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-10-30 07:21:28 -0400
commit84e6cb0538bfdc99cedf4c01194e0f0d461a3845 (patch)
treeaec82ede7c9825b3995975d71c568646f4a50247 /INSTALL
parent749ffd5261eca586bdf08070968dd622c24cfd8f (diff)
downloadperl-84e6cb0538bfdc99cedf4c01194e0f0d461a3845.tar.gz
Decouple quadmath from longdouble.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d53933a8cf..9a63a5bd31 100644
--- a/INSTALL
+++ b/INSTALL
@@ -351,8 +351,8 @@ installation, or you may need to install it separately.
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.
+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