From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,289588029f2ed8e6 X-Google-Attributes: gid103376,public From: Anthony Busigin Subject: Re: Size of Float Date: 2000/09/27 Message-ID: <39D2C182.B1CCE75D@nitek.com>#1/1 X-Deja-AN: 674982780 Content-Transfer-Encoding: 7bit References: <39D13A5C.9A587A82@erols.com> <39D1F845.90993667@acm.org> To: Marin David Condic X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@news.bcs.moore.com X-Trace: ns2.bcs.moore.com 970114034 12773 154.11.163.134 (28 Sep 2000 04:07:14 GMT) Organization: NITEK Corporation Mime-Version: 1.0 NNTP-Posting-Date: 28 Sep 2000 04:07:14 GMT Newsgroups: comp.lang.ada Date: 2000-09-28T04:07:14+00:00 List-Id: Marin David Condic wrote: > ... I'm using the GNAT cmpiler on a PC platform and this supports a > built-in type called Long_Long_Float which is 96 bits. Whereas the GNAT > compiler on an Alpha/VMS platform will only support 64 bits. The maximum > size is usually dictated by the underlying hardware. Long_Long_Float on Intel chips is 80 bits - not 96 bits. Anthony Busigin abusigin@nitek.com