__ALIGNED__
#define __ALIGNED__ __attribute__((__aligned__(L1_CACHE_BYTES)))
#define __ALIGNED__ __attribute__((__aligned__(8)))
#define __ALIGNED__ __attribute__((__aligned__(sizeof(long))))