mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 18:06:15 +00:00
don't use mp[zq] synchronized mode if OpenMP mode is disabled
This commit is contained in:
parent
7d20fbb280
commit
b88596283f
10 changed files with 97 additions and 41 deletions
|
@ -2369,5 +2369,7 @@ bool mpz_manager<SYNCH>::divides(mpz const & a, mpz const & b) {
|
|||
return r;
|
||||
}
|
||||
|
||||
#ifndef _NO_OMP_
|
||||
template class mpz_manager<true>;
|
||||
#endif
|
||||
template class mpz_manager<false>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue