From 6e6b38aecfbcb229c8568366e3566d7fe7c8bbc5 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 17 Oct 2016 08:29:35 -0400 Subject: Add scan for IBM and Cray mainframe fp formats. For completeness: it's quite unlikely Perl would build in those environments. Though with Cray it's less impossible: Perl used to build in C90 UNICOS, in 5.8-ish timeframe. With IBM, highly unlikely, because there probably never was a UNIXy enough environment where the IBM Floating Point Architecture was used. --- Porting/Glossary | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Porting/Glossary') diff --git a/Porting/Glossary b/Porting/Glossary index 39a17b85ec..06b80a8174 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2933,6 +2933,9 @@ doublekind (longdblfio.U): 9 = VAX 32bit little endian F float format 10 = VAX 64bit little endian D float format 11 = VAX 64bit little endian G float format + 12 = IBM 32bit format + 13 = IBM 64bit format + 14 = Cray 64bit format -1 = unknown format. doublemantbits (mantbits.U): -- cgit v1.2.1