blob: 2483f4f7235e4d7a580af8a39a4b77a402b61ef1 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mcpu=ultrasparc -mvis" } */
typedef short vec16 __attribute__((vector_size(8)));
typedef char vec8 __attribute__((vector_size(4)));
vec16 foo (vec8 a) {
return __builtin_vis_fexpand (a);
}
/* { dg-final { scan-assembler "fexpand\t%" } } */