mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-10 01:54:46 -06:00
SPU LLVM: Disable NaN rulling-out in Reduced Loop on ARM64
This commit is contained in:
parent
8566d4f8b4
commit
7d1076aff9
@ -685,7 +685,11 @@ public:
|
||||
|
||||
bool is_gpr_not_NaN_hint(u32 i) const noexcept
|
||||
{
|
||||
#ifdef ARCH_X64
|
||||
return gpr_not_nans.test(i);
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
origin_t get_reg(u32 reg_val) noexcept
|
||||
|
||||
Loading…
Reference in New Issue
Block a user