#if defined(_VER_256_BIT_REG_)
#define LOAD(x) _mm256_loadu_si256((REGISTER*)x)
#define STORE(x,y) _mm256_storeu_si256((REGISTER*)x, y)
#define XOR(x,y) _mm256_xor_si256(x,y)
#define OR(x,y) _mm256_or_si256(x,y)
#define AND(x,y) _mm256_and_si256(x,y)
#define SHUFFLE8(x,y) _mm256_shuffle_epi8(x,y)
#endif
blend
댓글 없음:
댓글 쓰기