3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00

fix build with VS 2017

This commit is contained in:
Nuno Lopes 2017-03-20 09:12:41 +00:00
parent d58018841e
commit 8ac060c549
2 changed files with 1 additions and 3 deletions

View file

@ -52,6 +52,7 @@ Revision History:
#ifdef USE_INTRINSICS
#include <emmintrin.h>
#include <smmintrin.h>
#endif
hwf_manager::hwf_manager() :

View file

@ -88,9 +88,6 @@ public:
bool is_pzero(hwf const & x);
bool is_one(hwf const & x);
// structural eq
bool eq_core(hwf const & x, hwf const & y);
bool eq(hwf const & x, hwf const & y);
bool lt(hwf const & x, hwf const & y);