dynarmic/src
MerryMage 27427595b7 emit_x64_floating_point: EmitFPToFixed: maxsd optimization
maxsd is not required when doing a signed conversion, because x64
produces a 0x80...00 value for out of range values.
2020-04-22 20:53:46 +01:00
..
backend/x64 emit_x64_floating_point: EmitFPToFixed: maxsd optimization 2020-04-22 20:53:46 +01:00
common fp/info: Incorrect point_position in FPValue 2020-04-22 20:53:45 +01:00
frontend IR: Simplify FP{Single,Double}ToFixed{U,S}{32,64} 2020-04-22 20:53:46 +01:00
ir_opt general: Remove unused lambda captures 2020-04-22 20:46:16 +01:00
CMakeLists.txt block_of_code: Hide NX support behind compiler flag 2020-04-22 20:53:46 +01:00