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, Apr 28, 2005 at 10:14:31AM +0200, 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.

The patch doesn't apply cleanly (it needs an empty line before
"Index: gcc/target-def.h") and doesn't compile due to conflicting
definitions of altivec_build_resolved_builtin in rs6000-c.c.  I'll
keep trying to get a clean bootstrap and testsuite run on
powerpc64-linux and let you know how it goes.

Janis


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