From 9323fa32b280deeddba86eda3533146381a35420 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Fri, 8 Nov 2019 16:04:43 +0000 Subject: [PATCH] Documentation update --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) 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 ---------------------------