RT-11 C

Carl Lowenstein cdl at mplvax.nosc.MIL
Tue Aug 12 02:16:23 AEST 1986


In article <2883 at brl-smoke.ARPA> Ad0r at cmu-cc-te.ARPA (Uli Jon Roth) writes:
>
>I'd like to know if anyone knows of a C compiler for RT-11 that
>*doesn't* assume floating point hardware.  I may be getting a pdp-11/04,
>and I'd like a compiler.  The DECUS catalog doesn't seem to say whether or
>not all of the implementations *need* fp hardware.

The Decus C compiler does not use floating point hardware.  Of course,
if you expect to do floating-point computations, you have another problem.
But it will emit all the integer code you want, and will make FPU code
whether or not you have the hardware to run it on.

-- 
	carl lowenstein		marine physical lab	u.c. san diego
	{ihnp4|decvax|akgua|dcdwest|ucbvax}	!sdcsvax!mplvax!cdl



More information about the Comp.lang.c mailing list