summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-11-08 16:04:43 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-11-08 16:04:43 +0000
commit92f2e3e3ed2594ddaa0974d16fd7837d25788bbf (patch)
tree194ccae791a981294406fd3e108db9302ecceb8c /ChangeLog
parent64092b2e746ce5df142d50b6b8ce4079ce511921 (diff)
downloadpcre2-92f2e3e3ed2594ddaa0974d16fd7837d25788bbf.tar.gz
Documentation update
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1183 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5478899..dd52203 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
---------------------------