mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
limex: implement variable shift NFA engines
Replaces the old LimEx NFA engines, which were specialised for model size and number of shifts, with a new set of engines that can handle a variable number of shifts.
This commit is contained in:
committed by
Matthew Barr
parent
cdaf705a87
commit
9d2403e8bb
@@ -438,9 +438,7 @@ set (hs_exec_SRCS
|
||||
src/nfa/limex_simd128.c
|
||||
src/nfa/limex_simd256.c
|
||||
src/nfa/limex_simd384.c
|
||||
src/nfa/limex_simd512a.c
|
||||
src/nfa/limex_simd512b.c
|
||||
src/nfa/limex_simd512c.c
|
||||
src/nfa/limex_simd512.c
|
||||
src/nfa/limex.h
|
||||
src/nfa/limex_common_impl.h
|
||||
src/nfa/limex_context.h
|
||||
|
Reference in New Issue
Block a user