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 Wed, Feb 11, 2004 at 03:35:50PM +0100, Hartmut Penner wrote:
> 
> 
> 
> 
> 
> Aldy wrote:
> > Won't this test fail on ppc64-linux systems without altivec?
> 
> That's the signal handler for. It setup a SIGILL signal handler
> and executes a vor r0,r0,r0. On ppc64-linux systems without
> AltiVec this causes a sigill signal, which does a exit(0).

So, on a ppc64-linux system without altivec we can't use vector
operations at all?  Not even generic simd code?


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