JosJuice 8b4f16a310 JitArm64: Avoid double rounding in fctiwzx
FCVT doesn't necessarily round to zero, so the result
might be inaccurate if we use it. To ensure correct
rounding, we use FCVTS from double FPR to 32-bit GPR.
Unfortunately, FCVTS can't do double FPR to single FPR.
2020-08-07 22:44:04 +02:00
..
2020-08-02 19:52:10 -04:00
2020-07-08 14:51:35 +02:00
2020-04-29 12:56:52 +02:00
2020-07-08 14:51:35 +02:00
2019-05-08 23:59:04 +02:00