Files
Xenia-Canary/src/xenia/cpu/hir
Herman S. 643c13668d [CPU] Correctly zero extend instead of sign extending
When performing unsigned multiplication on Linux/GCC,
the code incorrectly cast constant.i64 (which is a signed int64_t)
to unsigned __int128. This caused sign extension when
the value should be treated as unsigned.
2026-02-13 23:54:51 +09:00
..
2015-08-07 21:29:03 -07:00
2025-07-19 14:42:21 -07:00
2024-12-26 23:42:31 +01:00