mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 02:30:35 +03:00
introduce Sheng-McClellan hybrid
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include "lbr_dump.h"
|
||||
#include "limex.h"
|
||||
#include "mcclellandump.h"
|
||||
#include "mcsheng_dump.h"
|
||||
#include "mpv_dump.h"
|
||||
#include "shengdump.h"
|
||||
#include "tamarama_dump.h"
|
||||
@@ -78,6 +79,8 @@ namespace ue2 {
|
||||
DISPATCH_CASE(CASTLE_NFA, Castle, dbnt_func); \
|
||||
DISPATCH_CASE(SHENG_NFA, Sheng, dbnt_func); \
|
||||
DISPATCH_CASE(TAMARAMA_NFA, Tamarama, dbnt_func); \
|
||||
DISPATCH_CASE(MCSHENG_NFA_8, McSheng8, dbnt_func); \
|
||||
DISPATCH_CASE(MCSHENG_NFA_16, McSheng16, dbnt_func); \
|
||||
default: \
|
||||
assert(0); \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user