Documentation update

This commit is contained in:
Philip.Hazel 2019-11-08 16:04:43 +00:00
parent 8855b0efe1
commit 9323fa32b2
1 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,9 @@ and patterns such as a*a need the former action).
after a successful compile, instead of at the start of matching to avoid a
sanitizer complaint (regexec is supposed to be thread safe).
37. Add NEON vectorization to JIT to speed up matching of first character and
pairs of characters on ARM64 CPUs.
Version 10.33 16-April-2019
---------------------------