Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!STERNLIGHT@USC-ECL.ARPA From: STERNLIGHT@USC-ECL.ARPA Newsgroups: net.micro.pc Subject: AT arithmetic problem (FORTRAN). Message-ID: <13362@sri-arpa.UUCP> Date: Wed, 5-Sep-84 14:45:00 EDT Article-I.D.: sri-arpa.13362 Posted: Wed Sep 5 14:45:00 1984 Date-Received: Fri, 14-Sep-84 07:37:02 EDT Lines: 9 I have a FORTRAN program which is supposed to test to see if there is an 8087 present, and if so, use it. If not, it is supposed to use the 8088 for arithmetic. It is compiled in Microsoft (IBM/Microsoft) FORTRAN and works fine on the PC, PC Portable, and PC-XT. In running it on the AT, if an 80287 is installed it works fine. If not, all numbers are displayed as 1.0. Has anyone encountered this? What is the cause, the 80286 or the software? I understand Lifeboat C has a similar problem. Does IBM know about it? Is it to be fixed? --david--