On 12 May 2018 at 01:42, Richard Henderson <richard.henderson@linaro.org> wrote:
> This is my SNaN patch set, Alex's float-float refactor, and a couple
> of other random outstanding fpu patches. This has been reordered so
> as to be bisectable, since the float-float refactor requires the snan
> work to avoid breakage.
>
> It probably doesn't matter, but this was built on top of my arm fp16
> patch set simply to make it easier to test. The whole tree is
>
> git://github.com/rth7680/qemu.git fpu-roundup
I've added patches 1, 2, and 15 to target-arm.next:
> fpu/softfloat: int_to_float ensure r fully initialised
> fpu/softfloat: Don't set Invalid for float-to-int(MAXINT)
> target/arm: Fix fp_status_f16 tininess before rounding
thanks
-- PMM