mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 15:52:27 +03:00
fix IA32 build, as we need minimum SSSE3 support for compilation to succeed
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "config.h"
|
||||
#include "hs_common.h"
|
||||
#include "ue2common.h"
|
||||
#if defined(ARCH_X86_64)
|
||||
#if defined(ARCH_IA32) || defined(ARCH_X86_64)
|
||||
#include "util/arch/x86/cpuid_inline.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user