where is math function inlining decision done?

FX fxcoudert@gmail.com
Fri Jun 20 12:04:00 GMT 2008


> In the case of one processor __builtin_fmod is getting replaced by  
> an inline
> In the case of the other __builtin_fmod is generating a call to libm.
>
> Where does gcc decide how to replace __builtin_fmod  ?

What are your compilation options? Do both processors use the same fp  
unit (ie, i387 or sse)?

FX

-- 
François-Xavier Coudert
http://www.homepages.ucl.ac.uk/~uccafco/



More information about the Fortran mailing list