JIT compiler update.

This commit is contained in:
Zoltán Herczeg 2015-07-03 07:04:45 +00:00
parent 6f3776bd14
commit f01184a3ab
1 changed files with 3 additions and 1 deletions

View File

@ -273,7 +273,9 @@ static sljit_si cpu_has_sse2 = -1;
#endif
static sljit_si cpu_has_cmov = -1;
#if defined(_MSC_VER) && _MSC_VER >= 1400
#ifdef _WIN32_WCE
#include <cmnintrin.h>
#elif defined(_MSC_VER) && _MSC_VER >= 1400
#include <intrin.h>
#endif