We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The functions in this issue use weird workarounds to obtain bin exactness, which should be looked into to find a proper fix in the future.
The text was updated successfully, but these errors were encountered:
volatile is recommended by MS each time there is a bug with the compiler so probably this was added for just such a case.
volatile
Sorry, something went wrong.
No branches or pull requests
The functions in this issue use weird workarounds to obtain bin exactness, which should be looked into to find a proper fix in the future.
Uses alignment of 1:
Uses a volatile variable:
Uses variable to trick optimizer:
Uses a label/goto:
The text was updated successfully, but these errors were encountered: