Transform: Byte+Nibble Transpose/Shuffle

This commit is contained in:
x
2019-10-19 11:28:30 +02:00
parent b9c8e67575
commit 0a0a7be9e6

View File

@ -123,8 +123,10 @@
#include "transpose.c"
//--------------------- CPU detection -------------------------------------------
#if (_MSC_VER >=1300) || defined (__INTEL_COMPILER)
//#include <x86intrin.h>
#if _MSC_VER >=1300
#include <intrin.h>
#elif defined (__INTEL_COMPILER)
#include <x86intrin.h>
#endif
#if !defined(SSE2_ON) && !defined(AVX2_ON)