Newsgroups: comp.lang.c Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!sarah!bingnews!kym From: kym@bingvaxu.cc.binghamton.edu (R. Kym Horsell) Subject: Re: Log Library - How is it done in the library code? Message-ID: <1991Mar21.000655.28999@bingvaxu.cc.binghamton.edu> Organization: State University of New York at Binghamton References: <1991Mar20.173249.3819@zoo.toronto.edu> <1991Mar20.204034.28931@bingvaxu.cc.binghamton.edu> <1991Mar20.223644.16769@zoo.toronto.edu> Date: Thu, 21 Mar 1991 00:06:55 GMT In article <1991Mar20.223644.16769@zoo.toronto.edu> henry@zoo.toronto.edu (Henry Spencer) writes: >In article <1991Mar20.204034.28931@bingvaxu.cc.binghamton.edu> kym@bingvaxu.cc.binghamton.edu (R. Kym Horsell) writes: >>Apparently the `inline' option -f68881 ... >Uh, you're a bit confused here. There are *two* separate facilities that >are relevant, -f68881 and the inlining facility. They're not the same thing. Yes I may be confused. The following comes from the man page (I sure hope those nice guys from Sun don't get me for any (c) violations): Floating-point code generation option. Can be one of: -f68881 Generate in-line code for Motorola MC68881 floating-point processor (sup- ported only on Sun-3 systems). what does this mean? :-) -kym