libretro / pcsx_rearmed

ARM optimized PCSX fork
GNU General Public License v2.0
168 stars 120 forks source link

Update lightrec 20240715 #839

Closed pcercuei closed 4 months ago

pcercuei commented 4 months ago

Fixes #838.

Also added a tiny optimization where high masks (bits 31->x set) or low masks (bits x->0 set) are applied directly on selected archs instead of being loaded into a register first.