mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 21:14:35 +03:00
[Bug] Fixed compilation on ARM32 (hwcaps)
This commit is contained in:
@@ -1575,7 +1575,7 @@ static ASMJIT_FAVOR_SIZE void detectARMCpu(CpuInfo& cpu) noexcept {
|
|||||||
getAuxValues(hwCapMasks, hwCapTags, 2u);
|
getAuxValues(hwCapMasks, hwCapTags, 2u);
|
||||||
|
|
||||||
mergeHWCaps(cpu, hwCapMasks[0], hwCapMapping, ASMJIT_ARRAY_SIZE(hwCapMapping));
|
mergeHWCaps(cpu, hwCapMasks[0], hwCapMapping, ASMJIT_ARRAY_SIZE(hwCapMapping));
|
||||||
mergeHWCaps(cpu, hwCap2Masks[0], hwCap2Mapping, ASMJIT_ARRAY_SIZE(hwCap2Mapping));
|
mergeHWCaps(cpu, hwCapMasks[1], hwCap2Mapping, ASMJIT_ARRAY_SIZE(hwCap2Mapping));
|
||||||
|
|
||||||
CpuFeatures::ARM& features = cpu.features().arm();
|
CpuFeatures::ARM& features = cpu.features().arm();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user