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

Use of restrict signals that function might be inaccurate #5

Open
JayFoxRox opened this issue May 2, 2018 · 0 comments
Open

Use of restrict signals that function might be inaccurate #5

JayFoxRox opened this issue May 2, 2018 · 0 comments

Comments

@JayFoxRox
Copy link
Member

JayFoxRox commented May 2, 2018

Some functions will be rewritten with a loss of accuracy. This is because optimizations in the original code / compiler caused functions to be overly complicated. Such functions will likely use the restrict keyword on arguments in our version.

However, to make this loss of accuracy abundantly clear, we should introduce a new keyword to mark functions as intended-inaccurate.

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