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