From ca9b0b9cda8f48248beea597289629473eaa617f Mon Sep 17 00:00:00 2001 From: kd-11 <15904127+kd-11@users.noreply.github.com> Date: Tue, 21 Jan 2020 21:20:00 +0300 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Roadmap.md b/Roadmap.md index 789e56f..e9688b9 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -5,6 +5,7 @@ This is a non-exhaustive list of current goals made possible with the support of * Implement parametrized PPU/SPU Interpreters reusing current LLVM IR generator, remove original hard-coded interpreters and make LLVM mandatory. Add options regulating its accuracy detached from the base choice of the Interpreter or the Recompiler. (Nekotekina) * Fix any remaining RSX regressions. * Integrate the base framework for GPU-side program decompiler. (kd-11, DH) +* Rework RSX <-> Cell synchronization framework to be more cohesive. (kd-11) ## Medium term goals * Improve SPU instruction accuracy for Fast Interpreter and ASMJIT, investigate vectorized software FP implementation.