Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40453
b: refs/heads/master
c: e816d71
h: refs/heads/master
i:
  40451: ecf8d76
v: v3
  • Loading branch information
Takashi Ohmasa authored and Russell King committed Oct 28, 2006
1 parent 20d4bea commit 6b2848c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75e31aaaf43b53517fd2b36cedc08bd4e4af14d5
refs/heads/master: e816d71a50a714b532e3965364f3f53c23a53d42
2 changes: 1 addition & 1 deletion trunk/arch/arm/vfp/vfpdouble.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static void vfp_double_normalise_denormal(struct vfp_double *vd)
{
int bits = 31 - fls(vd->significand >> 32);
if (bits == 31)
bits = 62 - fls(vd->significand);
bits = 63 - fls(vd->significand);

vfp_double_dump("normalise_denormal: in", vd);

Expand Down

0 comments on commit 6b2848c

Please sign in to comment.