Block a user
strinc() and prefixRange() invoke undefined behavior on empty input
Fix undefined behavior on empty input in strinc() and prefixRange()
Parser accepts invalid UTF-16 surrogate pairs (low-low) as valid
Parser accepts invalid UTF-16 surrogate pairs (low-low) as valid
The counterexample given doesn't actually work (it's correctly rejected), but we'll make the suggested changes anyway for clarity
Invalid WriteRange inputs (inverted begin/end or negative lengths) crash instead of being rejected
Invalid WriteRange inputs (inverted begin/end or negative lengths) crash instead of being rejected
An input that violates a precondition does not constitute a bug
Support building on ARM with NEON histogram intrinsics
Support building on ARM with NEON histogram intrinsics
You should now have the pre-commit dependencies installed. Make sure the pre-commit passes
Support building on ARM with NEON histogram intrinsics
You should have access to github now. Please write use simd intrinsics for arm implementation.