FixPointCS
FixPointCS copied to clipboard
Support for disabling runtime validation
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.