This is the mail archive of the gcc@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: question about AltiVec builtins


> > 2nd argument to vec_dst can be any integral type. This is a gcc bug.
> 
> Oh Paolo....

No, me innocent :-)

Zem's AltiVec rewrite changed vec_dst to use __tern_args_eq instead of 
__un_args_eq.  See

http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/altivec.h.diff?
r1=1.27&r2=1.28&f=h

To find the exact spot, search for dssall, it is near there.

I'd noticed this too when working on my AltiVec rewrite, but forgot to ask the 
list about it.

Paolo


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


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