Hi! On Fri, Apr 13, 2018 at 03:21:14PM -0500, Paul Clarke wrote: > - if (__builtin_constant_p(__B)) > - lshift = (__v4su) vec_splat_s32(__B); > + if (__builtin_constant_p(__B) && __B < 16) > + lshift = (__v4su) vec_splat_s32(__B); > else > - lshift = vec_splats ((unsigned int) __B); > + lshift = vec_splats ((unsigned int) __B);
You changed the tab chars to spaces here. Please don't. I'll fix it. Rest looks fine... Let's see if I manage to commit it :-) Thanks, Segher