Mail Archives: djgpp/1997/09/03/10:52:22
Nate Eldredge wrote:
>
> Does anybody know why the math functions aren't implemented as inline
> functions in the header file, but rather as regular functions? Since most of
Because there is a gcc switch, which does this :-)
Use '-ffast-math' to inline the math functions.
Robert
--
*****************************************************************
* Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau *
* Post: Am Berg 3, D-09573 Dittmannsdorf *
* e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE *
* WWW: http://www.tu-chemnitz.de/~rho *
*****************************************************************
- Raw text -