RE: Ping Re: Handle Octeon 3 not supporting MIPS paired-single instructions

2016-01-15 Thread Moore, Catherine
> -Original Message- > From: Myers, Joseph > Sent: Friday, January 15, 2016 6:28 PM > To: Andrew Pinski > Cc: GCC Patches; Moore, Catherine; matthew.fort...@imgtec.com > Subject: Ping Re: Handle Octeon 3 not supporting MIPS paired-single > instructions > >

Ping Re: Handle Octeon 3 not supporting MIPS paired-single instructions

2016-01-15 Thread Joseph Myers
On Fri, 8 Jan 2016, Andrew Pinski wrote: > On Fri, Jan 8, 2016 at 4:05 PM, Joseph Myers wrote: > > The Octeon 3 processor does not support the MIPS paired-single > > instructions. This results in illegal instruction errors in the > > testsuite when vectorization tests try to use those instructio

Re: Handle Octeon 3 not supporting MIPS paired-single instructions

2016-01-08 Thread Andrew Pinski
On Fri, Jan 8, 2016 at 4:05 PM, Joseph Myers wrote: > The Octeon 3 processor does not support the MIPS paired-single > instructions. This results in illegal instruction errors in the > testsuite when vectorization tests try to use those instructions. > > This patch teaches the compiler about that

Handle Octeon 3 not supporting MIPS paired-single instructions

2016-01-08 Thread Joseph Myers
The Octeon 3 processor does not support the MIPS paired-single instructions. This results in illegal instruction errors in the testsuite when vectorization tests try to use those instructions. This patch teaches the compiler about that lack of support, so that warnings are given when -mpaired-sin