ALIGNED_
#define ALIGNED_(x) __declspec(align(x))
#define ALIGNED_(x) __attribute__ ((aligned(x)))
#define ALIGNED_(x)