4 typedef int __gcc_m64
__attribute__ ((__vector_size__ (8), __may_alias__));
7 typedef char __gcc_v16qi
__attribute__ ((__vector_size__ (16)));
8 typedef char __gcc_v32qi
__attribute__ ((__vector_size__ (32)));
9 typedef char __gcc_v64qi
__attribute__ ((__vector_size__ (64)));
11 typedef int __gcc_v4si
__attribute__ ((__vector_size__ (16)));
12 typedef int __gcc_v8si
__attribute__ ((__vector_size__ (32)));
13 typedef int __gcc_v16si
__attribute__ ((__vector_size__ (64)));
14 typedef short __gcc_v4hi
__attribute__ ((__vector_size__ (8)));
15 typedef short __gcc_v8hi
__attribute__ ((__vector_size__ (16)));
16 typedef short __gcc_v16hi
__attribute__ ((__vector_size__ (32)));
17 typedef short __gcc_v32hi
__attribute__ ((__vector_size__ (64)));
18 typedef float __gcc_v2sf
__attribute__ ((__vector_size__ (8)));
19 typedef float __gcc_v4sf
__attribute__ ((__vector_size__ (16)));
20 typedef float __gcc_v8sf
__attribute__ ((__vector_size__ (32)));
21 typedef float __gcc_v16sf
__attribute__ ((__vector_size__ (64)));
22 typedef double __gcc_v2df
__attribute__ ((__vector_size__ (16)));
23 typedef double __gcc_v4df
__attribute__ ((__vector_size__ (32)));
24 typedef double __gcc_v8df
__attribute__ ((__vector_size__ (64)));
25 typedef long long __gcc_v1di
__attribute__ ((__vector_size__ (8)));
26 typedef long long __gcc_v2di
__attribute__ ((__vector_size__ (16)));
27 typedef long long __gcc_v4di
__attribute__ ((__vector_size__ (32)));
28 typedef long long __gcc_v8di
__attribute__ ((__vector_size__ (64)));