зеркало из https://github.com/mozilla/pjs.git
Bug 732985 - Followup 2: Only compile HasCPUIDBit when using SSE2. r=bustage
This commit is contained in:
Родитель
05cdbfe46e
Коммит
3e2f7a1d08
|
@ -139,6 +139,7 @@ __cpuid(int CPUInfo[4], int InfoType)
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_SSE2
|
||||
static bool
|
||||
HasCPUIDBit(unsigned int level, CPUIDRegister reg, unsigned int bit)
|
||||
{
|
||||
|
@ -150,7 +151,7 @@ HasCPUIDBit(unsigned int level, CPUIDRegister reg, unsigned int bit)
|
|||
__cpuid((int *)regs, level);
|
||||
return !!(unsigned(regs[reg]) & bit);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace mozilla {
|
||||
|
|
Загрузка…
Ссылка в новой задаче