mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
6be4c9a5bb
|
@ -52,6 +52,7 @@ Revision History:
|
||||||
|
|
||||||
#ifdef USE_INTRINSICS
|
#ifdef USE_INTRINSICS
|
||||||
#include <emmintrin.h>
|
#include <emmintrin.h>
|
||||||
|
#include <smmintrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
hwf_manager::hwf_manager() :
|
hwf_manager::hwf_manager() :
|
||||||
|
|
|
@ -88,9 +88,6 @@ public:
|
||||||
bool is_pzero(hwf const & x);
|
bool is_pzero(hwf const & x);
|
||||||
|
|
||||||
bool is_one(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 eq(hwf const & x, hwf const & y);
|
||||||
bool lt(hwf const & x, hwf const & y);
|
bool lt(hwf const & x, hwf const & y);
|
||||||
|
|
Loading…
Reference in a new issue