for __cpuid compability with VS2017

This commit is contained in:
yhnmj6666 2017-03-12 01:22:53 +08:00
parent eb435816e3
commit 39ad96341a

View File

@ -8,6 +8,11 @@
#include "common/common_types.h"
#include "cpu_detect.h"
#ifdef _MSC_VER
#include <intrin.h>
#endif // _MSC_VER
namespace Common {
#ifndef _MSC_VER