> From: Mateja Marjanovic <mateja.marjano...@rt-rk.com> > Subject: [PATCH] target/mips: Fix minor bug in FPU > > Wrong type of NaN was generated by maddf and msubf insturctions > when the arguments were inf, zero, nan or zero, inf, nan > respectively.
I did the applicable tests on both pre-NaN2008 and NaN2008 MIPS hardware, and compared results with QEMu emulations. The underlying reason for this patch is correct, but, as Alex also pointed out, it needs some improvements. However, the softfreeze being so close, I am going to amend the patch while creating the pull request. No respin needed. All in all: Reviewed-by: Aleksandar Markovic <amarko...@wavecomp.com>