Mail Archives: djgpp-workers/1998/11/04/04:11:38
Another implication of the code presented by K.B. Williams is that 
whatever clever argument reduction schemes are implemented in the library 
math functions, they are all but useless when the inlined code produces a 
``normal'' FP result, because the optimized code will accept it and never 
call the library.  Is this okay?
Can anyone look into the sources of GCC 2.8.1 and tell what math 
functions does it inline?  I bet those which have direct counterparts as 
FP instructions are on that list, but what about others?
And how would one disable this inlining?  I though that -fno-fast-math 
should do the trick, but I'm told that in GCC 2.8.1 it doesn't.
- Raw text -