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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5c884986b9e56484,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-21 08:39:26 PST Newsgroups: comp.lang.ada Path: bga.com!news.sprintlink.net!howland.reston.ans.net!math.ohio-state.edu!sdd.hp.com!saimiri.primate.wisc.edu!relay!shooter.nswc.navy.mil!wbdavis From: wbdavis@shooter.nswc.navy.mil (Bill Davis) Subject: Transition from 32 to 64 bit Message-ID: <1994Sep20.160716.25347@relay.nswc.navy.mil> Sender: news@relay.nswc.navy.mil Organization: Naval Surface Warfare Center Date: Tue, 20 Sep 1994 16:07:16 GMT Date: 1994-09-20T16:07:16+00:00 List-Id: I have a large program written in Ada which currently runs on a 32 bit MIPS machine. I have been requested to move this software to a 64 bit SGI machine. We are running Verdix compilers on both machines. I am having trouble because on the MIPS the float type is 32 bits and the long_float is 64 bits. On the SGI machine the float is 64 bits and the short_float is 32 bits. Is there any way to get this software running without actually changing all the floats to short_floats and the long_floats to floats in the source code. If anyone has any suggestions, I would like to hear them. Thanks. Bill Davis