mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
fixup
This commit is contained in:
parent
5c6dae498b
commit
3ee1d8aed1
1 changed files with 0 additions and 2 deletions
|
@ -7354,8 +7354,6 @@ public:
|
|||
for (u32 i = 0; i < 4; i++)
|
||||
{
|
||||
const u32 exponent = data._u32[i] & 0x7f800000u;
|
||||
const u32 sign_bit = data._u32[i] & 0x80000000u;
|
||||
const u32 absolute_float_bits = data._u32[i] & 0x7fffffffu;
|
||||
|
||||
if (data._u32[i] >= 0x7f7fffffu || !exponent)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue