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] vec_mule and vec_mulo builtin fix


On Thu, Jul 20, 2017 at 03:56:01PM -0700, Carl Love wrote:
> The following patch is a reworked patch to fix the bugs in the vec_mule
> and vec_mulo patch that had to be reverted.  The reverted fix, added the
> correct mule and mulo instructions with vectorization.  The
> vectorization support resulted in vectorization in several testcases to
> fail.  This patch adds the correct instructions for the vec_mule and
> vec_mulo builtins without vectorization.  The goal is add the
> vectorization support again in a future patch.

The patch looks fine to me, but so did the previous version...  What
has changed?  It's not clear to me.


Segher


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