mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ac0945d617
commit
1355ea432a
2 changed files with 6 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
class u256 {
|
||||
uint64_t m_num[4];
|
||||
public:
|
||||
u256() { memset(this, 0, sizeof(*this)); }
|
||||
u256();
|
||||
u256(uint64_t n);
|
||||
u256(uint64_t const* v);
|
||||
u256 operator*(u256 const& other) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue