On Fri, Aug 04, 2017 at 10:27:29AM -0700, Carl Love wrote: > The following patch moves the vec_mule() and vec_mulo() builtin test > cases to the builtins-3-p8.c test case file. These builtins use P8 > instructions so they need to be in the P8 test file.
Okay for trunk. Thanks for fixing this! One comment on the changelog below. > 2017-08-04 Carl Love <c...@us.ibm.com> > > * gcc.target/powerpc/builtins-3.c: Remove builtin test cases for > vec_mule, and vec_mulo. > * gcc.target/powerpc/builtins-3-p8.c: Add builtin test cases for > vec_mule, and vec_mulo. Maybe you could mention these are for the word variants? The smaller ones don't need ISA 2.07. Segher