summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-05-10 02:17:25 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:30 +0200
commit99352741afba5c88ebd31d199bdd66dcafa29bb4 (patch)
tree4184ce9305153ac5b868effaef5293ccd03395b6
parentglasm: Remove unnecesary new white space on Clamp GLASM (diff)
downloadyuzu-99352741afba5c88ebd31d199bdd66dcafa29bb4.tar
yuzu-99352741afba5c88ebd31d199bdd66dcafa29bb4.tar.gz
yuzu-99352741afba5c88ebd31d199bdd66dcafa29bb4.tar.bz2
yuzu-99352741afba5c88ebd31d199bdd66dcafa29bb4.tar.lz
yuzu-99352741afba5c88ebd31d199bdd66dcafa29bb4.tar.xz
yuzu-99352741afba5c88ebd31d199bdd66dcafa29bb4.tar.zst
yuzu-99352741afba5c88ebd31d199bdd66dcafa29bb4.zip
-rw-r--r--src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp b/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp
index 60eb123cf..3f224062f 100644
--- a/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp
+++ b/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp
@@ -249,14 +249,6 @@ void EmitWriteSharedU128(EmitContext& ctx, ScalarU32 offset, Register value) {
NotImplemented();
}
-void EmitPackDouble2x32(EmitContext& ctx, Register value) {
- NotImplemented();
-}
-
-void EmitUnpackDouble2x32(EmitContext& ctx, Register value) {
- NotImplemented();
-}
-
void EmitGetZeroFromOp(EmitContext& ctx) {
NotImplemented();
}