fix IA32 build, as we need minimum SSSE3 support for compilation to succeed

This commit is contained in:
Konstantinos Margaritis
2020-12-30 19:57:44 +02:00
parent 124455a4a8
commit 752a42419b
6 changed files with 24 additions and 8 deletions

View File

@@ -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