Re: [Qemu-devel] [PATCH 0/3] target/arm: Implement ARMv8.3-JSConv

2019-02-04 Thread Peter Maydell
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 -

Re: [Qemu-devel] [PATCH 0/3] target/arm: Implement ARMv8.3-JSConv

2019-02-04 Thread no-reply
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

[Qemu-devel] [PATCH 0/3] target/arm: Implement ARMv8.3-JSConv

2019-02-03 Thread Richard Henderson
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,