Searched defs:TALIGN16 (Results 1 – 1 of 1) sorted by relevance
520 #define TALIGN16(t, var) __declspec(align(16)) t _ ## var macro522 #define TALIGN16(t, var) t var __attribute__((aligned(16))) macro524 #define TALIGN16(t, var) t _ ## var __attribute__((aligned(16))) macro