Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider allowing errno and IEEE exception handling to be disabled by a define #7

Open
tannergooding opened this issue Apr 18, 2021 · 0 comments

Comments

@tannergooding
Copy link

It would be beneficial if __amd_raise_fp_exc could be be conditionally disabled by a define.

Certain environments, such as C#/.NET do not support IEEE floating-point exceptions and allowing this to be disabled could provide a slight advantage for the "error" cases.

This is likewise true in certain C/C++ configurations, such as for games, where the executed divsd will never fault.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant