Byte Transpose/Shuffle
This commit is contained in:
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
#ifdef __SSSE3__
|
#ifdef __SSSE3__
|
||||||
#include <tmmintrin.h>
|
#include <tmmintrin.h>
|
||||||
#elif defined(__SSE2)__
|
#elif defined(__SSE2__)
|
||||||
#include <pmmintrin.h>
|
#include <pmmintrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user