Searched refs:float4align64 (Results 1 – 1 of 1) sorted by relevance
54 typedef float __attribute__((vector_size(16), aligned(64))) float4align64; typedef57 void test4(float4align64 *p) { in test4()58 p[0] = (float4align64){ 3.2f, 2.3f, 0.1f, 0.0f }; in test4()66 void test6(float4align64 *p) { in test6()67 float4align64 vec = *(float4align2*) p; in test6()