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, rs6000] Fix for vec_mulo and vec_mule test case


Hi Carl,

On Thu, Jun 22, 2017 at 09:04:38AM -0700, Carl Love wrote:
> Commit 249424 fixed the vec_mulo and vec_mule support however, the
> changes for the test case did not get included in the previous patch.
> The testing worked great for me as I had the fix.  Not so good for
> everyone else as I didn't share the test case fix with mainline.  Sorry
> for the omission in the previous patch. 

Heh :-)

> I have tested the following fix on powerpc64le-unknown-linux-gnu
> (Power 8 LE), powerpc64-unknown-linux-gnu(Power 8 BE),
> powerpc64-unknown-linux-gnu (Power 7).
> 
> Is the fix OK for gcc mainline?

Sure.  Thanks!


Segher


> 2017-06-23 Carl Love  <cel@us.ibm.com>
> 
> 	* gcc.target/powerpc/builtins-3.c (vmulosh, vmulouh, vmulesh,
> 	vmuleuh): Fix scan-assembler-times should check for word not half word
> 	instructions.


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