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,d053083f91c271b2 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: floating point problem Date: 1997/03/05 Message-ID: <1997Mar5.083938.1@eisner>#1/1 X-Deja-AN: 223262522 X-Nntp-Posting-Host: eisner.decus.org References: <5f0faa$6ok@mtinsc04.worldnet.att.net> <331ace4d.1427558395@news.mwci.net> X-Nntp-Posting-User: KILGALLEN X-Trace: 857569184/17577 Organization: LJK Software Newsgroups: comp.lang.ada Date: 1997-03-05T00:00:00+00:00 List-Id: In article , dewar@merv.cs.nyu.edu (Robert Dewar) writes: > Ken says > > < floating point unit) is disabled. Therefore, any program you right to > use floating point will have to use an floating point emulation > library to do the math. Maybe GNAT has some kind of a problem with > this. See if there is a compiler switch to turn FP emulation on/off, > and turn it on if it exists.>> > > GNAT does NOT support the x86 without coprocessor, so it will not work > on an SX unless you install a separate coprocessor. Is this GNAT limitation only for programs which use floating point ? Larry Kilgallen