CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/31 05:42:07
Modified files:
sys/arch/mips64/mips64: fp_emulate.c
Log message:
Set floating point condition code even if the result of an emulated
floating point comparison is unordered. The setting should be skipped
only if an invalid operation exception is taken.
This fixes incorrect emulated compare behaviour with NaN values.
NaN issue on octeon reported by afresh1@; OK miod@
