Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / vmx / 3b-13.c
blob146f737aebdb24aa88fda5f4b056516aed61a017
1 #include "harness.h"
3 vector signed int
4 f(vector float a, vector signed int b)
6 return vec_splat(vec_cts(vec_ctf(vec_ctu(a, 31),0),9),30);
9 static void test()
11 check(vec_all_eq(f(((vector float){1,2,3,4}),
12 ((vector signed int){2,4,6,8})),
13 ((vector signed int){2147483647, 2147483647, 2147483647, 2147483647})),
14 "f");