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,778188f04d4b9539,start X-Google-Attributes: gid103376,public From: Marvin Subject: Floating Point Emulation Library Date: 1999/03/26 Message-ID: <36FBD778.D9F174F7@no.mail.com>#1/1 X-Deja-AN: 459444689 Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: 195.238.142.105 Content-Type: text/plain; charset=us-ascii X-Trace: 26 Mar 1999 20:34:37 MET, wald29.swol.de Organization: personal MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-26T00:00:00+00:00 List-Id: I try to use ObjectAda / Tornado (vxWorks) on a PPC850 target system. This processor type doesn't have a floating point unit. Unfortuately the ObjectAda code generator produces code that adresses floating point registers when float types are used and there is no compiler switch for floating point emulation. Has anybody already implemented a floating point emulation library, which can be used instead of Ada standard float types for that environment ? Any input is greatly appreciated. Thanks in advance ! Marvin