Sfoglia il codice sorgente

glasm: Remove duplicated Fp64 pack instructions on GLASM

ReinUsesLisp 5 anni fa
parent
commit
99352741af

+ 0 - 8
src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp

@@ -249,14 +249,6 @@ void EmitWriteSharedU128(EmitContext& ctx, ScalarU32 offset, Register value) {
     NotImplemented();
     NotImplemented();
 }
 }
 
 
-void EmitPackDouble2x32(EmitContext& ctx, Register value) {
-    NotImplemented();
-}
-
-void EmitUnpackDouble2x32(EmitContext& ctx, Register value) {
-    NotImplemented();
-}
-
 void EmitGetZeroFromOp(EmitContext& ctx) {
 void EmitGetZeroFromOp(EmitContext& ctx) {
     NotImplemented();
     NotImplemented();
 }
 }