softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd()
commitc27644f0e9659471e1c9355da5b667960d311937
authorAleksandar Markovic <aleksandar.markovic@imgtec.com>
Fri, 10 Jun 2016 09:57:31 +0000 (10 11:57 +0200)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 24 Jun 2016 12:41:32 +0000 (24 13:41 +0100)
tree2215e22acdc05f7f55cef3f387b5daa986214a98
parenta7c04d545a97126c9df9d96623747d8613aaf7db
softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd()

Only for Mips platform, and only for cases when snan_bit_is_one is 0,
correct the order of argument comparisons in pickNaNMulAdd().

For more info, see [1], page 53, section "3.5.3 NaN Propagation".

[1] "MIPS Architecture for Programmers Volume IV-j:
    The MIPS32 SIMD Architecture Module",
    Imagination Technologies LTD, Revision 1.12, February 3, 2016

Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[leon.alrae@imgtec.com:
 * reworded the subject of the patch
 * swapped if/else code blocks to match the commit description]
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
fpu/softfloat-specialize.h