mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
Non-windows build fix
This commit is contained in:
parent
fb105afac2
commit
f8d022a180
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>
|
||||||
|
#if defined(_MSC_VER) || defined(__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