commit | 7b1fbf292bb4c855ddae8add8c459e94684f7543 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Wed Aug 03 19:53:25 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Aug 03 19:53:25 2005 +0100 |
tree | 8269bb5c858aaa0a0483cb81759ca947e0b396c1 | |
parent | 858297509590ef4aa5690e30c2f5505077b4f369 [diff] |
[PATCH] ARM: 2841/1: Fix VFP +/-0 case for doubles addition 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>