mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Merge remote-tracking branch 'origin/master' into poly
This commit is contained in:
commit
148eafaaf0
49 changed files with 5038 additions and 214 deletions
|
@ -142,6 +142,7 @@ static inline unsigned get_num_1bits(uint64_t v) {
|
|||
v = (v + (v >> 4)) & 0x0F0F0F0F0F0F0F0F;
|
||||
uint64_t r = (v * 0x0101010101010101) >> 56;
|
||||
SASSERT(c == r);
|
||||
return r;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue