mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 16:22:22 +03:00
Discard HAVE_AVX512VBMI checks at Sheng/McSheng compile time.
This commit is contained in:
committed by
Konstantinos Margaritis
parent
b19a41528a
commit
5ad3d64b4b
@@ -92,7 +92,6 @@ struct mcsheng {
|
||||
* representing the data from a u64a. */
|
||||
extern const u64a mcsheng_pext_mask[8];
|
||||
|
||||
#if defined(HAVE_AVX512VBMI)
|
||||
struct mcsheng64 {
|
||||
u16 state_count; /**< total number of states */
|
||||
u32 length; /**< length of dfa in bytes */
|
||||
@@ -121,6 +120,5 @@ struct mcsheng64 {
|
||||
};
|
||||
|
||||
extern const u64a mcsheng64_pext_mask[8];
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user