mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
f1193986c9
commit
5434f3e31d
2 changed files with 5 additions and 0 deletions
|
@ -122,9 +122,11 @@ uint64_t u64_gcd(uint64_t u, uint64_t v) {
|
|||
}
|
||||
|
||||
|
||||
|
||||
template<bool SYNCH>
|
||||
mpz_manager<SYNCH>::mpz_manager():
|
||||
m_allocator("mpz_manager") {
|
||||
|
||||
#ifndef _MP_GMP
|
||||
if (sizeof(digit_t) == sizeof(uint64_t)) {
|
||||
// 64-bit machine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue