-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Filip Pizlo
committed
Jan 4, 2024
1 parent
7784542
commit bcb02f0
Showing
24 changed files
with
13 additions
and
1,239 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,19 +1,7 @@ | ||
#define FE_INVALID 1 | ||
#define FE_DIVBYZERO 2 | ||
#define FE_OVERFLOW 4 | ||
#define FE_UNDERFLOW 8 | ||
#define FE_INEXACT 16 | ||
#define FE_ALL_EXCEPT 31 | ||
#define FE_TONEAREST 0 | ||
#define FE_DOWNWARD 0x800000 | ||
#define FE_UPWARD 0x400000 | ||
#define FE_TOWARDZERO 0xc00000 | ||
|
||
typedef unsigned int fexcept_t; | ||
|
||
typedef struct { | ||
unsigned int __fpcr; | ||
unsigned int __fpsr; | ||
unsigned int __opaque[2]; | ||
} fenv_t; | ||
|
||
#define FE_DFL_ENV ((const fenv_t *) -1) |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.