Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5601
b: refs/heads/master
c: 7b1fbf2
h: refs/heads/master
i:
  5599: 558fe11
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Aug 3, 2005
1 parent e346a72 commit 106b0e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 858297509590ef4aa5690e30c2f5505077b4f369
refs/heads/master: 7b1fbf292bb4c855ddae8add8c459e94684f7543
3 changes: 3 additions & 0 deletions trunk/arch/arm/vfp/vfpdouble.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,9 @@ vfp_double_add(struct vfp_double *vdd, struct vfp_double *vdn,
if ((s64)m_sig < 0) {
vdd->sign = vfp_sign_negate(vdd->sign);
m_sig = -m_sig;
} else if (m_sig == 0) {
vdd->sign = (fpscr & FPSCR_RMODE_MASK) ==
FPSCR_ROUND_MINUSINF ? 0x8000 : 0;
}
} else {
m_sig += vdn->significand;
Expand Down

0 comments on commit 106b0e9

Please sign in to comment.