[*] 192+ bit cpuid spin-lockup issue?
This commit is contained in:
parent
51facdb6a3
commit
39b7c0e63a
@ -61,7 +61,7 @@ namespace Aurora::HWInfo
|
||||
{
|
||||
if (!AuBitScanForward(tempIndex, AuUInt64(upper2) >> AuUInt64(offset - 128)))
|
||||
{
|
||||
return CpuBitScanForward(index, 128);
|
||||
return CpuBitScanForward(index, 192);
|
||||
}
|
||||
tempIndex += (128 + offset);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user