This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: __builtin_expect


Dima Rusyy wrote:

Can somebody help me to detect where __builtin_expect function is declared?

__builtin_expect isn't declared in any header, is provided by the front-ends. You can find a description in the manual:

http://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html#Other-Builtins

Paolo.


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