mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
SPU LLVM: Preserve sign on inf to NaN conversion in spu_re_acc with vfixupimmps
This commit is contained in:
parent
7b212e0e57
commit
d11f684266
1 changed files with 1 additions and 1 deletions
|
@ -6835,7 +6835,7 @@ public:
|
|||
|
||||
const auto div_result = the_one / div;
|
||||
|
||||
return vfixupimmps(bitcast<f32[4]>(splat<u32[4]>(0xFFFFFFFFu)), div_result, splat<u32[4]>(0x11001188u), 0, 0xff);
|
||||
return vfixupimmps(div_result, div_result, splat<u32[4]>(0x00220088u), 0, 0xff);
|
||||
});
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue