diff --git a/src/shader_recompiler/frontend/translate/vector_alu.cpp b/src/shader_recompiler/frontend/translate/vector_alu.cpp index 436bd65c6..a4bc6e558 100644 --- a/src/shader_recompiler/frontend/translate/vector_alu.cpp +++ b/src/shader_recompiler/frontend/translate/vector_alu.cpp @@ -166,6 +166,8 @@ void Translator::EmitVectorAlu(const GcnInst& inst) { return V_FLOOR_F32(inst); case Opcode::V_EXP_F32: return V_EXP_F32(inst); + case Opcode::V_LOG_CLAMP_F32: + return V_LOG_F32(inst); case Opcode::V_LOG_F32: return V_LOG_F32(inst); case Opcode::V_RCP_F32: