Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / vmx / 3b-10.c
blob5f8fb3adfab1cf8ac5a441b200f82be08e0da1e1
1 #include "harness.h"
3 typedef vector unsigned int x;
5 x f (x a)
7 return vec_addc(a,a);
10 void g (int b)
12 vec_dst(&b, 3, 3);
13 vec_dst(&b, 1, 1);
16 static void test()
18 check(vec_all_eq(f(((vector unsigned int){0x80000000,0x7fffffff,3,4})),
19 ((vector unsigned int){1,0,0,0})),
20 "f");