This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc handling of the sin, cos functions


On Thu, Nov 18, 1999 at 08:46:13PM -0500, Jim Carrig <jcarrig@bellatlantic.net> wrote:
> I get the feeling that the gcc C compiler (math library) for Intel platforms

The math library is not part of gcc, and how it is implemented depends on
your system/os.

Glibc for example can inline fsin &c directly into your program if you
want.

-- 
      -----==-                                             |
      ----==-- _                                           |
      ---==---(_)__  __ ____  __       Marc Lehmann      +--
      --==---/ / _ \/ // /\ \/ /       pcg@opengroup.org |e|
      -=====/_/_//_/\_,_/ /_/\_\       XX11-RIPE         --+
    The choice of a GNU generation                       |
                                                         |


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]