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


> > So, on a ppc64-linux system without altivec we can't use vector
> > operations at all?  Not even generic simd code?
> 
> 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).

Eeech... Oh well, y'all get to live with it...

OK everywhere.

Aldy


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