This is the mail archive of the gcc-help@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]
Other format: [Raw text]

builtin c99 functions


There are many builtin versions of various c99 functions.  I find it
difficult, however, to use them instead of the glibc equivalent, even
when calling __builtin_xx directly.  Specifically in the case of
fminf, under what conditions will gcc give me nice one-line
branch-free assembly vs a call out to the library?


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