mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-13 21:25:59 +00:00
v_rcp_legacy_f32 (#3040)
This commit is contained in:
parent
23710f397e
commit
4d1a1ce9c2
2 changed files with 17 additions and 0 deletions
|
@ -204,6 +204,7 @@ public:
|
|||
void V_EXP_F32(const GcnInst& inst);
|
||||
void V_LOG_F32(const GcnInst& inst);
|
||||
void V_RCP_F32(const GcnInst& inst);
|
||||
void V_RCP_LEGACY_F32(const GcnInst& inst);
|
||||
void V_RCP_F64(const GcnInst& inst);
|
||||
void V_RSQ_F32(const GcnInst& inst);
|
||||
void V_SQRT_F32(const GcnInst& inst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue