fixup: travis: Test with disabled CPU feature detection
This commit is contained in:
parent
5281d3c6d5
commit
01a26fa644
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ bool BlockOfCode::DoesCpuSupport(Xbyak::util::Cpu::Type type) const {
|
|||
#ifdef DYNARMIC_ENABLE_CPU_FEATURE_DETECTION
|
||||
return cpu_info.has(type);
|
||||
#else
|
||||
(void)type;
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue