On Tue, 19 Mar 2019 at 15:22, Mateja Marjanovic <[email protected]> wrote: > > From: Mateja Marjanovic <[email protected]> > > Wrong type of NaN was generated for IEEE 754-2008 by MADDF.<D|S> and > MSUBF.<D|S> instructions when the arguments were (inf, zero, nan) or > (zero, inf, nan). > These instructions were tested and the results match with the results > of the machine that has a MIPS64 r6 cpu. > > Signed-off-by: Mateja Marjanovic <[email protected]> > --- > fpu/softfloat-specialize.h | 24 ++++++++++++++++-------- > 1 file changed, 16 insertions(+), 8 deletions(-) >
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
