Home | History | Annotate | Download | only in base

Lines Matching refs:ALIGN16

47 #define ALIGN16(var) __declspec(align(16)) var
49 #define ALIGN16(var) var __attribute__((aligned(16)))