This is the mail archive of the gcc-patches@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]

Re: [PATCH] Optimize x*x*x*x*x*x using 3 multiplications.


Phil Edwards <phil@jaj.com> writes:
| > Oh wait a minute, if they are internal to GCC why can't we just
| > overload them (therefore dropping the "C" linkage requirement) and
| > call them __builtin_pow? 
| 
| I'm fairly certain that DEF_BUILTIN will not understand overloaded names.

Not that I wanted it to happen, but I'm certain that DEF_BUILTIN doesn't
care.  It cares however about ENUM and TYPE.  But again, it is not
something important for me.

-- Gaby


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