dynarmic/src
Lioncash 0ec8dac660 emit_x64: Remove FPSCR_RoundTowardsZero() virtual function from EmitContext struct
This code was bugged in that we were comparing if the rounding mode was
not equal to rounding towards zero. Fortunately, however, nothing uses
this function anymore, and there's already the more general
FPSCR_RMode() available, so this can be removed entirely.
2020-04-22 20:46:21 +01:00
..
backend_x64 emit_x64: Remove FPSCR_RoundTowardsZero() virtual function from EmitContext struct 2020-04-22 20:46:21 +01:00
common FPRoundInt: Final FPRound based on new sign 2020-04-22 20:46:21 +01:00
frontend A64: Implement FABD in terms of existing IR instructions 2020-04-22 20:46:21 +01:00
ir_opt general: Remove unused lambda captures 2020-04-22 20:46:16 +01:00
CMakeLists.txt fp: Implement FPRoundInt 2020-04-22 20:46:20 +01:00