-
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.
Work around missing standard pre-defined macros
When compiling with emscripten em++ FE_INEXACT and __STDC_IEC_559__ are not defined. ChangeLog: * testsuite/tests/math_1arg.cc: Without FE_INEXACT float exceptions are not test anyway. Just #ifdef the code. * testsuite/tests/operators.cc: If neither __GCC_IEC_559 nor __STDC_IEC_559__ are defined assume no IEC60559 compliance.
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
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