1 /* { dg-require-effective-target powerpc_vsx_ok } */
2 /* { dg-options "-mvsx" } */
4 /* It's to verify no ICE here, ignore error messages about
5 mismatch argument number since they are not test points
7 /* { dg-excess-errors "pr104482" } */
9 __attribute__ ((altivec (vector__
))) int vsi
;
14 return __builtin_vsx_xxpermdi (vsi
, vsi
, 2, 4);