Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200816
b: refs/heads/master
c: e48682d
h: refs/heads/master
v: v3
  • Loading branch information
Chris Dearman authored and Ralf Baechle committed Jul 5, 2010
1 parent 5a83b11 commit 027eac1
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 4085467060dc31c8d1201f69e52529a08e2c2407
refs/heads/master: e48682ddaa8c553fe36a01be9fa07e2556a640df
1 change: 1 addition & 0 deletions trunk/arch/mips/math-emu/dp_simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ieee754dp ieee754dp_abs(ieee754dp x)
DPSIGN(x) = 0;

if (xc == IEEE754_CLASS_SNAN) {
SETCX(IEEE754_INVALID_OPERATION);
return ieee754dp_nanxcpt(ieee754dp_indef(), "abs");
}

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/math-emu/sp_simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ieee754sp ieee754sp_abs(ieee754sp x)
SPSIGN(x) = 0;

if (xc == IEEE754_CLASS_SNAN) {
SETCX(IEEE754_INVALID_OPERATION);
return ieee754sp_nanxcpt(ieee754sp_indef(), "abs");
}

Expand Down

0 comments on commit 027eac1

Please sign in to comment.