2 /* This test code is included into vsx-7-be.c.
3 * this is meant to supplement code in altivec-7.h. */
8 vector
float *vecfloat
;
9 vector
double *vecdouble
;
14 *vecdouble
++ = vec_unpackl(vecfloat
[0]);
15 *vecdouble
++ = vec_unpackh(vecfloat
[0]);