mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-24 04:48:39 +00:00
Now that we handle the signed variants, we also have to be careful about left shifts with negative values, as this is considered undefined behavior.