mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
SPU LLVM: Preserve sign on inf to NaN conversion in spu_re_acc with vfixupimmps
This commit is contained in:
parent
7b212e0e57
commit
f9a72e8d75
1 changed files with 1 additions and 1 deletions
|
@ -6835,7 +6835,7 @@ public:
|
||||||
|
|
||||||
const auto div_result = the_one / div;
|
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
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue