We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e88eac + c43cc2f commit 4a517d5Copy full SHA for 4a517d5
1 file changed
cpuid.h
@@ -1,6 +1,9 @@
1
#pragma once
2
3
#ifdef _WIN32
4
+ #ifdef _MSC_VER
5
+ #include<intrin.h>
6
+ #endif
7
#define CPUID(info, x) __cpuidex(info, x, 0)
8
#else
9
#include <cpuid.h>
0 commit comments