diff options
Diffstat (limited to 'Source/Core/Common/ArmCPUDetect.cpp')
| -rw-r--r-- | Source/Core/Common/ArmCPUDetect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/ArmCPUDetect.cpp b/Source/Core/Common/ArmCPUDetect.cpp index 7fb0ef6765..a603ff03fd 100644 --- a/Source/Core/Common/ArmCPUDetect.cpp +++ b/Source/Core/Common/ArmCPUDetect.cpp @@ -69,6 +69,7 @@ void CPUInfo::Detect() CPU64bit = true; Mode64bit = true; vendor = CPUVendor::ARM; + bFlushToZero = true; #ifdef _WIN32 num_cores = std::thread::hardware_concurrency(); |
