3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00
This commit is contained in:
Nikolaj Bjorner 2017-03-21 07:40:40 -06:00
commit 6be4c9a5bb
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);