mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 07:42:21 +03:00
SHENG64: 64-state 1-byte shuffle based DFA.
This commit is contained in:
committed by
Konstantinos Margaritis
parent
6a42b37fca
commit
ed4b0f713a
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015-2016, Intel Corporation
|
||||
* Copyright (c) 2015-2020, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -77,6 +77,7 @@
|
||||
DISPATCH_CASE(MCSHENG_NFA_8, McSheng8, dbnt_func); \
|
||||
DISPATCH_CASE(MCSHENG_NFA_16, McSheng16, dbnt_func); \
|
||||
DISPATCH_CASE(SHENG_NFA_32, Sheng32, dbnt_func); \
|
||||
DISPATCH_CASE(SHENG_NFA_64, Sheng64, dbnt_func); \
|
||||
default: \
|
||||
assert(0); \
|
||||
}
|
||||
|
Reference in New Issue
Block a user