[PATCH] ARM: 2841/1: Fix VFP +/-0 case for doubles addition
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 3 Aug 2005 18:53:25 +0000 (19:53 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 3 Aug 2005 18:53:25 +0000 (19:53 +0100)
Patch from Catalin Marinas

The IEEE 754 standard specifies that the result of (x - x), where x is
a valid number, should be -0 if the rounding mode is towards minus
infinity or +0 otherwise.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/vfp/vfpdouble.c

Simple merge