Revision: 1183
http://www.exim.org/viewvc/pcre2?view=rev&revision=1183
Author: ph10
Date: 2019-11-08 16:04:43 +0000 (Fri, 08 Nov 2019)
Log Message:
-----------
Documentation update
Modified Paths:
--------------
code/trunk/ChangeLog
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2019-11-06 16:51:31 UTC (rev 1182)
+++ code/trunk/ChangeLog 2019-11-08 16:04:43 UTC (rev 1183)
@@ -174,7 +174,10 @@
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
---------------------------