mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-03 04:57:45 +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-2017, 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:
|
||||
@@ -797,6 +797,9 @@ bytecode_ptr<NFA> getDfa(raw_dfa &rdfa, const CompileContext &cc,
|
||||
if (!dfa) {
|
||||
dfa = sheng32Compile(rdfa, cc, rm, only_accel_init, &accel_states);
|
||||
}
|
||||
if (!dfa) {
|
||||
dfa = sheng64Compile(rdfa, cc, rm, only_accel_init, &accel_states);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
if (!dfa) {
|
||||
|
Reference in New Issue
Block a user