This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
VAX: Configure changes for VAX floats
authorH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Tue, 5 Jul 2016 20:46:05 +0000 (22:46 +0200)
committerH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Tue, 5 Jul 2016 20:46:05 +0000 (22:46 +0200)
commite4c74dcb2fb751d7eb29d7dbcd5b01c3c975918c
tree5447125ff03b9c18790c8ee479cd4fc7ff58919f
parentc6c6bd15ad1b021933c6eee1561c1bfde1737c74
VAX: Configure changes for VAX floats

Backport of c183cd86045c09fcbba056a606ae50f11c9c5b5a

Detect the VAX floating point formats D and G.

And the F float, but that is float (duh), never likely to be
the double, but do it for consistency (we detect IEEE single
precision floats, too).

The T float and X float are the IEEE 64-bit and 128-bit,
but those were available only on the Alpha.

Tested on vax-netbsd.
U/perl/longdblfio.U