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] Stage 2 projects - AltiVec rewrite


On Thu, 28 Apr 2005, Paolo Bonzini wrote:

> The project reimplements the AltiVec vector primitives in a saner way, without
> putting the burden on the preprocessor and instead processing the
> "overloading" in the C front-end.  There is still a big table of overloading
> possibilities, but it is in the compiler and not in a user-visible header
> file.

I don't see documentation of TARGET_EXPAND_OVERLOADED_BUILTIN in or being 
added to tm.texi.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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