1*1f5207b7SJohn Levon typedef unsigned int u32;
2*1f5207b7SJohn Levon typedef u32 __attribute__((vector_size(16))) sse128_t;
3*1f5207b7SJohn Levon 
4*1f5207b7SJohn Levon /*
5*1f5207b7SJohn Levon  * check-name: attribute vector_size
6*1f5207b7SJohn Levon  */
7*1f5207b7SJohn Levon 
8