Re: [PATCH, rs6000] Add missing logical-op interfaces to emmintrin.h

2018-07-13 Thread Segher Boessenkool
Hi! On Wed, Jul 11, 2018 at 12:26:24PM -0500, Bill Schmidt wrote: > It was recently brought to our attention that the existing emmintrin.h > header, which was believed to be feature-complete for SSE2 support, is > actually missing four logical-op interfaces: > > _mm_and_si128 > _mm_andnot_si128

[PATCH, rs6000] Add missing logical-op interfaces to emmintrin.h

2018-07-11 Thread Bill Schmidt
Hi, It was recently brought to our attention that the existing emmintrin.h header, which was believed to be feature-complete for SSE2 support, is actually missing four logical-op interfaces: _mm_and_si128 _mm_andnot_si128 _mm_or_si128 _mm_xor_si128 This patch provides those with the obvious