mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
fix clang
This commit is contained in:
parent
51de84068c
commit
034c35d2ad
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ void Translator::EmitVectorAlu(const GcnInst& inst) {
|
|||
case Opcode::V_CVT_F32_UBYTE3:
|
||||
return V_CVT_F32_UBYTE(3, inst);
|
||||
case Opcode::V_CVT_F64_I32:
|
||||
return V_CVT_F64_I32(inst);
|
||||
return V_CVT_F64_I32(inst);
|
||||
case Opcode::V_FRACT_F32:
|
||||
return V_FRACT_F32(inst);
|
||||
case Opcode::V_TRUNC_F32:
|
||||
|
|
Loading…
Add table
Reference in a new issue