You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: