Removed MSVC cpuid func when using clang.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
#endif
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
|
||||
void cpuid(int op, int *eax, int *ebx, int *ecx, int *edx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user