mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
PPU interpreter (precise): SAT bit implemented (#2736)
This commit is contained in:
parent
f40dcbfa30
commit
7ab210432e
4 changed files with 1027 additions and 69 deletions
|
@ -1380,11 +1380,6 @@ inline bool issnan(float x)
|
|||
return std::isnan(x) && ((s32&)x) << 9 > 0;
|
||||
}
|
||||
|
||||
inline int fexpf(float x)
|
||||
{
|
||||
return ((u32&)x >> 23) & 0xFF;
|
||||
}
|
||||
|
||||
inline bool isextended(float x)
|
||||
{
|
||||
return fexpf(x) == 255;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue