Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!watnot!watcgl!onfcanim!dave From: dave@onfcanim.UUCP Newsgroups: comp.lang.c Subject: C floating point support Message-ID: <15204@onfcanim.UUCP> Date: Thu, 5-Feb-87 15:26:35 EST Article-I.D.: onfcanim.15204 Posted: Thu Feb 5 15:26:35 1987 Date-Received: Fri, 6-Feb-87 01:37:29 EST References: <4943@mimsy.UUCP> <2550005@hpisod2.HP> <756@unc.unc.UUCP> <2181@batcomputer.tn.cornell.edu> Reply-To: dave@onfcanim.UUCP (Dave Martindale) Organization: National Film Board / Office national du film, Montreal Lines: 12 In article <2181@batcomputer.tn.cornell.edu> braner@batcomputer.UUCP (braner) writes: > >Not very long ago most C compilers came without FP support at all, presumably >assuming that C was used for system programming only. Please! The very first C compiler, for the PDP-11, had floating point support at least by 1975. All C compilers I know of that were derived from AT&T code also had FP support. Now, some C-subset compilers, particularly those written for micros, may have lacked FP support, but they hardly represent the majority of C compilers.