mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
Remove V_ADD_F64 and V_MIN_F64
This commit is contained in:
parent
49651c8b84
commit
533e4b4449
@ -143,9 +143,7 @@ public:
|
|||||||
void V_FMA_F64(const GcnInst& inst);
|
void V_FMA_F64(const GcnInst& inst);
|
||||||
void V_CMP_F32(ConditionOp op, bool set_exec, const GcnInst& inst);
|
void V_CMP_F32(ConditionOp op, bool set_exec, const GcnInst& inst);
|
||||||
void V_MAX_F32(const GcnInst& inst, bool is_legacy = false);
|
void V_MAX_F32(const GcnInst& inst, bool is_legacy = false);
|
||||||
void V_ADD_F64(const GcnInst& inst);
|
|
||||||
void V_MUL_F64(const GcnInst& inst);
|
void V_MUL_F64(const GcnInst& inst);
|
||||||
void V_MIN_F64(const GcnInst& inst);
|
|
||||||
void V_MAX_F64(const GcnInst& inst);
|
void V_MAX_F64(const GcnInst& inst);
|
||||||
void V_MAX_U32(bool is_signed, const GcnInst& inst);
|
void V_MAX_U32(bool is_signed, const GcnInst& inst);
|
||||||
void V_RSQ_F32(const GcnInst& inst);
|
void V_RSQ_F32(const GcnInst& inst);
|
||||||
|
Loading…
Reference in New Issue
Block a user