On Wed, Aug 16, 2017 at 03:50:55PM -0500, Steven Munroe wrote: > This it part 3/3 for contributing PPC64LE support for X86 SSE > instrisics. This patch includes testsuite/gcc.target tests for the > intrinsics included by xmmintrin.h.
> +#define CHECK_EXP(UINON_TYPE, VALUE_TYPE, FMT) \ Should that be UNION_TYPE? Looks fine otherwise :-) Segher