mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-03 03:55:59 +02:00
This commit is intended to close citra-emu/citra#3137. pmaxuw and pminuw were used to perform unsigned comparisons; we emulate these using a signed comparison by offsetting the inputs by 0x8000 for CPUs that do not support SSE 4.1.