From 968d8177b996051a5f3423c3f996f8bb5ca17933 Mon Sep 17 00:00:00 2001 From: Mahmoud Adel <94652220+AboMedoz@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:10:25 +0300 Subject: [PATCH] clang --- src/shader_recompiler/frontend/translate/vector_alu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shader_recompiler/frontend/translate/vector_alu.cpp b/src/shader_recompiler/frontend/translate/vector_alu.cpp index 75a59d59b..b061d3b78 100644 --- a/src/shader_recompiler/frontend/translate/vector_alu.cpp +++ b/src/shader_recompiler/frontend/translate/vector_alu.cpp @@ -122,7 +122,7 @@ void Translator::EmitVectorAlu(const GcnInst& inst) { case Opcode::V_CVT_F64_F32: return V_CVT_F64_F32(inst); case Opcode::V_CVT_RPI_I32_F32: - return V_CVT_RPI_I32_F32(inst); + return V_CVT_RPI_I32_F32(inst); case Opcode::V_CVT_OFF_F32_I4: return V_CVT_OFF_F32_I4(inst); case Opcode::V_CVT_F32_UBYTE0: