-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 27136 b: refs/heads/master c: ecf52d3 h: refs/heads/master v: v3
- Loading branch information
Atsushi Nemoto
authored and
Ralf Baechle
committed
Jun 5, 2006
1 parent
6a70082
commit 5ad8e66
Showing
7 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 460c0422c3861ab63a14c2be600a96a9e68b89f2 | ||
refs/heads/master: ecf52d3c895c8bc069b9ae07c18acf39d846c2ef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,9 @@ | |
|
||
ieee754dp ieee754dp_fint(int x) | ||
{ | ||
COMPXDP; | ||
u64 xm; | ||
int xe; | ||
int xs; | ||
|
||
CLEARCX; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,9 @@ | |
|
||
ieee754dp ieee754dp_flong(s64 x) | ||
{ | ||
COMPXDP; | ||
u64 xm; | ||
int xe; | ||
int xs; | ||
|
||
CLEARCX; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,9 @@ | |
|
||
ieee754sp ieee754sp_fint(int x) | ||
{ | ||
COMPXSP; | ||
unsigned xm; | ||
int xe; | ||
int xs; | ||
|
||
CLEARCX; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters