CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/10/27 14:05:12

Modified files:
        sys/arch/mips64/mips64: fp_emulate.c 

Log message:
Fix a few logic errors in comparison instruction emulation: make sure the
less than relation is correctly computed, and check for both operands being
signaling NaNs, instead of only the first NaN found, to decide whether to
raise an invalid exception or not.

Reply via email to