typedef float v4sf __attribute__ ((vector_size (4*sizeof(float))));
typedef union
{
	v4sf v;
	float a[4];
} Vector;
