]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[ARM] 3899/1: Fix the normalization of the denormal double precision number.
authorTakashi Ohmasa <ohmasa.takashi@com.rmk.(none)>
Mon, 23 Oct 2006 07:30:35 +0000 (08:30 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 28 Oct 2006 09:15:31 +0000 (10:15 +0100)
commite816d71a50a714b532e3965364f3f53c23a53d42
tree3f65a1733e6c21e03b4c29d3f74501c9fd60719b
parent75e31aaaf43b53517fd2b36cedc08bd4e4af14d5
[ARM] 3899/1: Fix the normalization of the denormal double precision number.

The significand should be shifted until the value of bit [62] is 1
to normalize the denormal double number.

Signed-off-by: Takashi Ohmasa <ohmasa.takashi@jp.panasonic.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/vfp/vfpdouble.c