Re: [PATCH 4/8] Skip NaN mode check for soft-float

2024-09-27 Thread Peter Maydell
On Fri, 27 Sept 2024 at 14:27, Aleksandar Rakic wrote: > > Skip NaN mode check for soft-float. > > Cherry-picked 63492a56485f6b755fccf7ad623f7a189bfc79b6 > from https://github.com/MIPS/gnutools-qemu Please could you provide proper commit messages that justify why the change is being made? "We got

[PATCH 4/8] Skip NaN mode check for soft-float

2024-09-27 Thread Aleksandar Rakic
Skip NaN mode check for soft-float. Cherry-picked 63492a56485f6b755fccf7ad623f7a189bfc79b6 from https://github.com/MIPS/gnutools-qemu Signed-off-by: Faraz Shahbazker Signed-off-by: Aleksandar Rakic --- linux-user/mips/cpu_loop.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff