diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-10-29 21:30:18 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-10-30 07:21:28 -0400 |
commit | 84e6cb0538bfdc99cedf4c01194e0f0d461a3845 (patch) | |
tree | aec82ede7c9825b3995975d71c568646f4a50247 /INSTALL | |
parent | 749ffd5261eca586bdf08070968dd622c24cfd8f (diff) | |
download | perl-84e6cb0538bfdc99cedf4c01194e0f0d461a3845.tar.gz |
Decouple quadmath from longdouble.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |