Thus for example, where OpenPOWER VSX has vpkswss, this would be achieved in SV with simply:
-* applying saturation to maxu (sv.maxu/satu)
+* applying saturation to minu (sv.minu/satu)
* 1st op, swizzle-selection vec2 "select X only" from source to dest:
dest.X = extclamp(src.X)
* 2nd op, swizzle-select vec2 "select Y only" from source to dest
r3=0b10101010
r10=0b01010101
r0=0x00007fff # or other limit
- sv.maxu/satu/sm=r3/dm=r10/ew=32 *r20,*r20,r0
+ sv.minu/satu/sm=r3/dm=r10/ew=32 *r20,*r20,r0
## Scalar element operations