mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-03 07:04:43 +03:00
Introduce a 64-bit LimEx model.
On 64-bit platforms, the Limex 64 model is implemented in normal GPRs. On 32-bit platforms, however, 128-bit SSE registers are used for the runtime implementation.
This commit is contained in:
@@ -77,6 +77,7 @@ extern "C"
|
||||
GENERATE_NFA_DUMP_DECL(gf_name)
|
||||
|
||||
GENERATE_NFA_DECL(nfaExecLimEx32)
|
||||
GENERATE_NFA_DECL(nfaExecLimEx64)
|
||||
GENERATE_NFA_DECL(nfaExecLimEx128)
|
||||
GENERATE_NFA_DECL(nfaExecLimEx256)
|
||||
GENERATE_NFA_DECL(nfaExecLimEx384)
|
||||
|
||||
Reference in New Issue
Block a user