summaryrefslogtreecommitdiff
path: root/pod/perl5220delta.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-06-07 17:42:10 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2015-06-07 17:42:10 -0400
commitb7ce25dd7b9b021b485b5de41e6e19d6029ba22d (patch)
treea1ab5844a46c14b4c642a6a4a5faef07ef21eb2b /pod/perl5220delta.pod
parent568793b67ae7b3c7362197be564525b48ddb2342 (diff)
downloadperl-b7ce25dd7b9b021b485b5de41e6e19d6029ba22d.tar.gz
Forgot to adjust this: quadmath is not long doubles.
Diffstat (limited to 'pod/perl5220delta.pod')
-rw-r--r--pod/perl5220delta.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perl5220delta.pod b/pod/perl5220delta.pod
index 36f1bfc18f..4cde5d8cc7 100644
--- a/pod/perl5220delta.pod
+++ b/pod/perl5220delta.pod
@@ -2356,10 +2356,10 @@ threaded perl.
=item *
-For long doubles (to get more precision and range for floating point numbers)
-one can now use the GCC quadmath library which implements the quadruple
-precision floating point numbers on x86 and IA-64 platforms. See
-F<INSTALL> for details.
+To get more precision and range for floating point numbers one can now
+use the GCC quadmath library which implements the quadruple precision
+floating point numbers on x86 and IA-64 platforms. See F<INSTALL> for
+details.
=item *