Remove more VC++ warnings
This commit is contained in:
parent
f429510cd1
commit
940794929c
3 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ void CheckCPUID(CPUInfo *cpu)
|
|||
#if defined(_M_IX86) || defined(__i386__)
|
||||
// Old 486s do not have CPUID, so we must test for its presence.
|
||||
// This code is adapted from the samples in AMD's document
|
||||
// entitled "AMD-K6™ MMX Processor Multimedia Extensions."
|
||||
// entitled "AMD-K6 MMX Processor Multimedia Extensions."
|
||||
#ifndef __GNUC__
|
||||
__asm
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue