mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
mux
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2788f72bbb
commit
9262908ebb
30 changed files with 191 additions and 341 deletions
|
@ -29,11 +29,9 @@ static_assert(sizeof(mpn_double_digit) == 2 * sizeof(mpn_digit), "size alignment
|
|||
const mpn_digit mpn_manager::zero = 0;
|
||||
|
||||
mpn_manager::mpn_manager() {
|
||||
omp_init_nest_lock(&m_lock);
|
||||
}
|
||||
|
||||
mpn_manager::~mpn_manager() {
|
||||
omp_destroy_nest_lock(&m_lock);
|
||||
}
|
||||
|
||||
int mpn_manager::compare(mpn_digit const * a, size_t const lnga,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue