| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-26 | Refactor some `char`, `u8` ascii functions to be branchless | okaneco | -0/+47 | |
| Decompose singular `matches!` with or-patterns to individual `matches!` statements to enable branchless code output. The following functions were changed: - `is_ascii_alphanumeric` - `is_ascii_hexdigit` - `is_ascii_punctuation` Add codegen tests Co-authored-by: George Bateman <george.bateman16@gmail.com> Co-authored-by: scottmcm <scottmcm@users.noreply.github.com> | ||||
