On Mon, 4 Feb 2019 at 05:27, Richard Henderson
wrote:
>
> Two cleanups to surrounding code preceed the actual implementation.
>
> I did not find the ARM FPToFixedJS pseudo-function particularly helpful,
> so I mostly cribed off of the Alpha cvttq implementation. But I think
> it all makes sense -
Patchew URL:
https://patchew.org/QEMU/20190204052712.30833-1-richard.hender...@linaro.org/
Hi,
This series failed the docker-mingw@fedora build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT
Two cleanups to surrounding code preceed the actual implementation.
I did not find the ARM FPToFixedJS pseudo-function particularly helpful,
so I mostly cribed off of the Alpha cvttq implementation. But I think
it all makes sense -- convert, produce the mod 2^32 result with NaN
getting INT32_MAX,