Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 Apollo 10/31/84; site apollo.uucp Path: utzoo!linus!decvax!wivax!apollo!alan From: alan@apollo.uucp (Alan Lehotsky) Newsgroups: net.lang.c Subject: Re: C language hacking Message-ID: <22f5fc7c.1f5@apollo.uucp> Date: Wed, 14-Nov-84 10:00:19 EST Article-I.D.: apollo.22f5fc7c.1f5 Posted: Wed Nov 14 10:00:19 1984 Date-Received: Fri, 16-Nov-84 01:27:59 EST References: <5715@brl-tgr.ARPA> Organization: Apollo Computer, Chelmsford, Mass. Lines: 15 Regarding the suggestion of being able to get SIN and COS or (DIV and REM) at the same time - all you need is a good compiler! I believe that the VAX/VMS FORTRAN compiler looks for computations of SIN(X) and COS(X) and calls a special entrypoint into the run-time-library which returns BOTH values at once. Similarly, I designed (but never implemented) a modification to the BLISS compiler which would have done the same thing for DIV and REM - I don't know if this was actually finished after I left DEC. By the way, I'm unaware of the existance of any "good" C compilers. [ A "good C compiler" is definitely an oxymoron!] << Put down that flamethrower!!>> Al Lehotsky