PPU LLVM JIT Repository Early Testing - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: PPU LLVM JIT Repository Early Testing (/showthread.php?tid=164335) |
RE: PPU LLVM JIT Repository Early Testing - gopalsr83 - 09-19-2014 (09-18-2014, 01:14 PM)tambre Wrote:(09-18-2014, 12:12 PM)gopalsr83 Wrote: ZeCoxao, Darkriot, it looks like you are using Ivy Bridge processors that do not support the BMI2 instruction set. I made a commit a few minutes ago to disable the recompiler from generating BMI instructions. If possible please update your repositories and let me know if the crash is still occurring or not. Ok. I am planning to do this at some point in the future (after the majority of the work on the recompiler is done). At the moment I am assuming that the minimum requirement is SSE4.1 (i.e. Penryn or newer required). (09-19-2014, 06:55 AM)ZeCoxao Wrote: here are the instructions for a build in linux with only one linker error: Much thanks. I will try to get the Linux build to work this weekend. RE: PPU LLVM JIT Repository Early Testing - leon112211 - 09-19-2014 (09-19-2014, 06:50 AM)Darkriot Wrote:(09-19-2014, 06:33 AM)leon112211 Wrote:(09-19-2014, 01:46 AM)BlackDaemon Wrote: Recorded small video demo it still gives me that network thing RE: PPU LLVM JIT Repository Early Testing - ssshadow - 09-19-2014 (09-19-2014, 02:38 AM)makotech222 Wrote: Is anyone even actively developing that branch? It looks like the last commit was in february. The last commit was like yesterday, where are you looking? Go to gopalsr83's github. RE: PPU LLVM JIT Repository Early Testing - Cyrax_X(Ru4slan has banned) - 09-19-2014 (09-19-2014, 06:58 AM)gopalsr83 Wrote: Overquoting. Recompiler on SSSE 3 (SSE 3 , maybe I was wrong ) works well . RE: PPU LLVM JIT Repository Early Testing - Darkriot - 09-19-2014 Cyrax_X, ...they says about compilation on linux, LoL. RE: PPU LLVM JIT Repository Early Testing - Cyrax_X(Ru4slan has banned) - 09-19-2014 (09-19-2014, 08:29 AM)Darkriot Wrote: Cyrax_X, ...they says about compilation on linux, LoL. And for minimum SSE 4.1?Yes? RE: PPU LLVM JIT Repository Early Testing - leon112211 - 09-19-2014 (09-19-2014, 08:29 AM)Darkriot Wrote: Cyrax_X, ...they says about compilation on linux, LoL. Does sonic cd work on your merge because i downloaded it and doesnt go after menu network bla bla RE: PPU LLVM JIT Repository Early Testing - Darkriot - 09-19-2014 (09-19-2014, 08:44 AM)leon112211 Wrote:(09-19-2014, 08:29 AM)Darkriot Wrote: Cyrax_X, ...they says about compilation on linux, LoL. I don't have the Sonic cd. RE: PPU LLVM JIT Repository Early Testing - makotech222 - 09-19-2014 (09-19-2014, 07:55 AM)ssshadow Wrote:(09-19-2014, 02:38 AM)makotech222 Wrote: Is anyone even actively developing that branch? It looks like the last commit was in february. I was looking here: https://github.com/DHrpcs3/rpcs3/tree/ppu_recompiler Got a link to his git? RE: PPU LLVM JIT Repository Early Testing - Darkriot - 09-19-2014 (09-19-2014, 09:47 AM)makotech222 Wrote:(09-19-2014, 07:55 AM)ssshadow Wrote:(09-19-2014, 02:38 AM)makotech222 Wrote: Is anyone even actively developing that branch? It looks like the last commit was in february. https://github.com/gopalsr83/rpcs3 |