commit | 244b478386260a8a9150b501bc97644e2e07f8d3 | [log] [tgz] |
---|---|---|
author | Jay Foad <jay.foad@gmail.com> | Mon Apr 14 16:23:15 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Apr 14 23:28:24 2014 +0100 |
tree | f7127bc02f4722ab1b47b16920ee402bae68b965 | |
parent | c39e1ef77c76729f34cdcb09bbb3a5096d91a740 [diff] |
ARM: 8026/1: Fix emulation of multiply accumulate instructions The emulation for single and double precision multiply accumulate instructions correctly normalised any denormal values in the operand registers, but failed to normalise the destination (accumulator) register. This fixes https://bugzilla.kernel.org/show_bug.cgi?id=70501 Signed-off-by: Jay Foad <jay.foad@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>