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

Support for disabling runtime validation #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jlauha
Copy link

@jlauha jlauha commented Sep 24, 2022

I have a use case where the compiled code cannot contain asserts or function pointer invocations for invalid arguments.
For that I added support for #define DISABLE_RUNTIME_VALIDATION. When that's used, those runtime validation checks will be left out from the final code.

jlauha added 4 commits May 4, 2021 17:19
- F32: use the raw value as is
- F64: fold using xor instead of or
…ME_VALIDATION

When used, code for Asserts and InvalidArgument calls will be left out.
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

Successfully merging this pull request may close these issues.

1 participant