-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ArbCall: Add method for setting error_on_failure for fpwrap methods
Previously the error_on_failure argument for fpwrap methods would default to false. Now it still defaults to false but this can be changed using the fpwrap_error_on_fauilure_default_set method. This allows switching this on or off globally for easier debugging whens searching for what produces a NaN. The current implementation leads to zero overhead, it only incurs a compile time cost. See comments in #138 and #150 for some context.
- Loading branch information
1 parent
a42dcc6
commit 923a423
Showing
2 changed files
with
74 additions
and
8 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