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]: Enable use of AltiVec regs for simd-2.C


> > On ppc64-linux the ABI has included AltiVec, what means if you use
> > vectors of type V4SI, V4SF, V8HI or V16QI, this mostly needs AltiVec
> > instructions (except varargs). All other types may be used by
> > generic simd code. In case you want to use types mentioned above,
> > you need to compile with -mabi=no-altivec (and generate non ABI
> > conform code).
> 
> Then you should xfail this test on ppc64-linux.

Hartmut.  I agree with Geoff.

Please make the approriate changes.

Aldy


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