Byte Transpose/Shuffle

This commit is contained in:
powturbo
2015-06-14 15:45:46 +02:00
parent e4c459bbdf
commit 14708e66a5

View File

@ -49,7 +49,7 @@
#ifdef __SSSE3__
#include <tmmintrin.h>
#elif defined(__SSE2)__
#elif defined(__SSE2__)
#include <pmmintrin.h>
#endif