|
|
#define _MM_ALIGNR_EPI8(A, B, OFFSET) _mm_alignr_epi8(A, B, OFFSET)
|
|
#define _MM_ALIGNR_EPI8(A, B, OFFSET) _mm_alignr_epi8(A, B, OFFSET)
|
|
|
// If SSSE3 is not used, emulate it using stack memory and unaligned reading of data.
|
|
// If SSSE3 is not used, emulate it using stack memory and unaligned reading of data.
|