mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-10 01:44:42 -06:00
V_LOG_CLAMP_F32 (#4662)
This commit is contained in:
parent
362bd7da66
commit
756d8bfa01
@ -166,6 +166,8 @@ void Translator::EmitVectorAlu(const GcnInst& inst) {
|
|||||||
return V_FLOOR_F32(inst);
|
return V_FLOOR_F32(inst);
|
||||||
case Opcode::V_EXP_F32:
|
case Opcode::V_EXP_F32:
|
||||||
return V_EXP_F32(inst);
|
return V_EXP_F32(inst);
|
||||||
|
case Opcode::V_LOG_CLAMP_F32:
|
||||||
|
return V_LOG_F32(inst);
|
||||||
case Opcode::V_LOG_F32:
|
case Opcode::V_LOG_F32:
|
||||||
return V_LOG_F32(inst);
|
return V_LOG_F32(inst);
|
||||||
case Opcode::V_RCP_F32:
|
case Opcode::V_RCP_F32:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user