diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-06 20:56:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-06 20:56:04 +0000 |
commit | bef5f0791f598e360cf5fd6b8d073db19bd2955c (patch) | |
tree | bcdf82903e510ecf22eefa0b5ce08d4210c2cf4c /README.tru64 | |
parent | 1cade9fc1d0c37f2aeb360371fd40bf341ddc9db (diff) | |
download | perl-bef5f0791f598e360cf5fd6b8d073db19bd2955c.tar.gz |
Disable long doubles from pre-5.0 Tru64s.
p4raw-id: //depot/perl@10458
Diffstat (limited to 'README.tru64')
-rw-r--r-- | README.tru64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.tru64 b/README.tru64 index 4eb6a001f9..75f929376d 100644 --- a/README.tru64 +++ b/README.tru64 @@ -42,6 +42,12 @@ example the regular expressions are not thread-safe. The bugs are very hard to fix are and therefore the 5.005 threads model is still classified as an experimental feature. +=head2 Long Doubles on Tru64 + +You cannot Configure Perl to use long doubles unless you have at least +Tru64 V5.0, the long double support simply wasn't functional before +that. + =head2 64-bit Perl on Tru64 In Tru64 Perl's integers are automatically 64-bit wide, there is |