Next: Structures and unions, Previous: Pointers, const, and volatile, Up: Types [Contents][Index]
Given type “T”, get type:
T __attribute__ ((vector_size (sizeof(T) * num_units))
T must be integral or floating point; num_units must be a power of two.