Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use
u8x16_bitmask
for ASCII Check
Because `NEON` doesn't have an equivalent instruction, the WASM runtimes have to emit fairly suboptimal instructions for bitmasks. Therefore it's best to avoid it, if the code can be written in an alternative way.
- Loading branch information