aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ZUtil/MulSplit.v
Commit message (Collapse)AuthorAge
* create rewrite database for saturated operations on ZGravatar Jade Philipoom2018-02-23
|
* Unfold Z.mul_split_at_bitwidth for reificationGravatar Jason Gross2017-06-17
| | | | Also reimplement it with a shift and a mask
* Add mul_split_at_bitwidth, define things in terms of thatGravatar Jason Gross2017-06-13
| | | | | This will make it easier on the reflective machinery, because it won't have to carry around such large constants.
* Add Z.mul_splitGravatar Jason Gross2017-06-13