This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: fixed check for sinl in acinclude.m4



Just because the compiler can parse __builtinfoo, doesn't mean that it 
does something optimal, or even anything more useful than bailing to the 
appropriate libm function with it. 

If builtins are going to use libm functions, there is no sense in using the 
builtins, and the <math.h> and libm stuff should be used directly. 

Where "no sense" is defined in a practical way, meaning performance increase 
over increased configuration complexity.

later
benjamin





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