File tree Expand file tree Collapse file tree 7 files changed +421
-657
lines changed
Expand file tree Collapse file tree 7 files changed +421
-657
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,6 @@ COMMON_SOURCES = \
417417 src/pcre2_jit_compile.c \
418418 src/pcre2_jit_match_inc.h \
419419 src/pcre2_jit_misc_inc.h \
420- src/pcre2_jit_neon_inc.h \
421420 src/pcre2_jit_simd_inc.h \
422421 src/pcre2_maketables.c \
423422 src/pcre2_match.c \
Original file line number Diff line number Diff line change @@ -894,7 +894,6 @@ The distribution should contain the files listed below.
894894 src/pcre2_jit_char_inc.h header used by JIT
895895 src/pcre2_jit_match_inc.h header used by JIT
896896 src/pcre2_jit_misc_inc.h header used by JIT
897- src/pcre2_jit_neon_inc.h header used by JIT
898897 src/pcre2_jit_simd_inc.h header used by JIT
899898 src/pcre2_printint_inc.h debugging function that is used by pcre2test
900899 src/pcre2_ucp.h header for Unicode property handling
Original file line number Diff line number Diff line change @@ -894,7 +894,6 @@ The distribution should contain the files listed below.
894894 src/pcre2_jit_char_inc.h header used by JIT
895895 src/pcre2_jit_match_inc.h header used by JIT
896896 src/pcre2_jit_misc_inc.h header used by JIT
897- src/pcre2_jit_neon_inc.h header used by JIT
898897 src/pcre2_jit_simd_inc.h header used by JIT
899898 src/pcre2_printint_inc.h debugging function that is used by pcre2test
900899 src/pcre2_ucp.h header for Unicode property handling
Original file line number Diff line number Diff line change @@ -290,7 +290,6 @@ c_files=(
290290 src/pcre2_jit_compile.c
291291 src/pcre2_jit_match_inc.h
292292 src/pcre2_jit_misc_inc.h
293- src/pcre2_jit_neon_inc.h
294293 src/pcre2_jit_simd_inc.h
295294 src/pcre2_jit_test.c
296295 src/pcre2_maketables.c
Original file line number Diff line number Diff line change @@ -337,7 +337,6 @@ drwxr-xr-x tarball-dir/pcre2-SNAPSHOT/src
337337-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2_jit_compile.c
338338-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2_jit_match_inc.h
339339-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2_jit_misc_inc.h
340- -rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2_jit_neon_inc.h
341340-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2_jit_simd_inc.h
342341-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2_jit_test.c
343342-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2_maketables.c
You can’t perform that action at this time.
0 commit comments