mirror of
https://github.com/Z3Prover/z3
synced 2026-07-04 06:16:09 +00:00
micro tuning perfect square test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c350ddf990
commit
573c2cb8f7
5 changed files with 77 additions and 7 deletions
|
|
@ -732,6 +732,8 @@ public:
|
|||
|
||||
bool get_bit(mpz const& a, unsigned bit);
|
||||
|
||||
digit_t get_least_significant(mpz const& a);
|
||||
|
||||
};
|
||||
|
||||
#ifndef SINGLE_THREAD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue