Remove V_ADD_F64 and V_MIN_F64

This commit is contained in:
Raven 2024-09-17 23:13:43 +08:00 committed by GitHub
parent 49651c8b84
commit 533e4b4449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,9 +143,7 @@ public:
void V_FMA_F64(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_ADD_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_U32(bool is_signed, const GcnInst& inst);
void V_RSQ_F32(const GcnInst& inst);