Hi Carl, On Thu, Sep 13, 2018 at 12:08:01PM -0700, Carl Love wrote: > The _MM_SHUFFLE and _MM_SHUFFLE2 macros are currently defined in the > i386 branch. This patch adds the two macro definitions to the rs6000 > config directory as requested.
> @@ -1163,8 +1166,8 @@ _mm_cvtss_sd (__m128d __A, __m128 __B) > res [0] = ((__v4sf)__B) [0]; > return (__m128d) res; > #endif > -} > > +} Please don't do this (accidental) change. Other than that it is fine. Thanks! Okay for trunk and 8. Segher