Documentation update
This commit is contained in:
parent
8855b0efe1
commit
9323fa32b2
|
@ -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
|
after a successful compile, instead of at the start of matching to avoid a
|
||||||
sanitizer complaint (regexec is supposed to be thread safe).
|
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
|
Version 10.33 16-April-2019
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
Loading…
Reference in New Issue