[ARM] 3471/1: FTOSI functions should return 0 for NaN
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 10 Apr 2006 20:32:39 +0000 (21:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 10 Apr 2006 20:32:39 +0000 (21:32 +0100)
Patch from Catalin Marinas

The NaN case was dealed with by the "exponent >= ... + 32" condition but it
was not setting the value "d" to 0.

Signed-off-by: Ken'ichi Kuromusha <musha@aplix.co.jp>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found