Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!steinmetz!davidsen From: davidsen@steinmetz.steinmetz.UUCP (William E. Davidsen Jr) Newsgroups: comp.unix.xenix Subject: Re: XENIX and math coprocessors Message-ID: <6707@steinmetz.steinmetz.UUCP> Date: Wed, 15-Jul-87 13:06:21 EDT Article-I.D.: steinmet.6707 Posted: Wed Jul 15 13:06:21 1987 Date-Received: Sat, 18-Jul-87 00:47:47 EDT References: <1859@Shasta.STANFORD.EDU> Reply-To: davidsen@kbsvax.steinmetz.UUCP (William E. Davidsen Jr) Distribution: na Organization: General Electric CRD, Schenectady, NY Lines: 18 In article <1859@Shasta.STANFORD.EDU> boesch@Shasta.UUCP (Brian Boesch) writes: |We have SCO Xenix 286 and I would likt to know it the C compiler supports |the 287 coprocessor. I looked in the manuals and there is no mention of |the coprocessor in the CC sections of the manual. Yes. Do a compile of a short routine and look at the code. Ex: $ cat > x.c main() { float a,b,c; c = a*b; } ^D $ cc -c -Fc x.c $ more x.L -- bill davidsen (wedu@ge-crd.arpa) {chinet | philabs | sesimo}!steinmetz!crdos1!davidsen "Stupidity, like virtue, is its own reward" -me