13
0

comment tweak to show that the __cpuid() intrinsic belongs to MSVC and mingw

This commit is contained in:
Paul Davis 2015-08-11 23:45:52 -04:00
parent 94b6e7ffe4
commit c86b82aa8a

View File

@ -42,7 +42,7 @@ FPU* FPU::_instance (0);
#ifndef PLATFORM_WINDOWS
/* use __cpuid() as the name to match the MSVC intrinsic */
/* use __cpuid() as the name to match the MSVC/mingw intrinsic */
static void
__cpuid(int regs[4], int cpuid_leaf)