3
0
Fork 0
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:
Nikolaj Bjorner 2025-09-13 20:10:35 -07:00
parent c350ddf990
commit 573c2cb8f7
5 changed files with 77 additions and 7 deletions

View file

@ -732,6 +732,8 @@ public:
bool get_bit(mpz const& a, unsigned bit);
digit_t get_least_significant(mpz const& a);
};
#ifndef SINGLE_THREAD