mirrored from git://gcc.gnu.org/git/gcc.git
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return correctly signed zero on float and double divide underflow Return positive qNaN instead of negative. Fix __fixxfsi which was off by a factor of two. Simplify the code having realized that the lower 32 bits of the significand can never appear in the results. Signed-off-by: Keith Packard <[email protected]>
- Loading branch information
1 parent
862467c
commit b7e023f
Showing
2 changed files
with
37 additions
and
18 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
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