mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +00:00
Build fix for systems that don't come with SSE4.1 support by default
This commit is contained in:
parent
46ff4ae40d
commit
e9cd4d1057
1 changed files with 2 additions and 0 deletions
|
@ -52,8 +52,10 @@ Revision History:
|
||||||
|
|
||||||
#ifdef USE_INTRINSICS
|
#ifdef USE_INTRINSICS
|
||||||
#include <emmintrin.h>
|
#include <emmintrin.h>
|
||||||
|
#ifdef __SSE4_1__
|
||||||
#include <smmintrin.h>
|
#include <smmintrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
hwf_manager::hwf_manager() :
|
hwf_manager::hwf_manager() :
|
||||||
m_mpz_manager(m_mpq_manager)
|
m_mpz_manager(m_mpq_manager)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue