Skip to content

Support for disabling runtime validation#13

Open
jlauha wants to merge 4 commits into
XMunkki:masterfrom
jlauha:master
Open

Support for disabling runtime validation#13
jlauha wants to merge 4 commits into
XMunkki:masterfrom
jlauha:master

Conversation

@jlauha
Copy link
Copy Markdown

@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