You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Such a rule does not currently exist, because when contins used the power-of-2 representation, performing constant divisions would blow up the rep (consider representing 1/3 by base-2 binary!)
Now that we use float-poit and PSO, it makes sense to add this new reduction rule.
The text was updated successfully, but these errors were encountered:
Add a contin reduction that can reduce this:
to this:
Such a rule does not currently exist, because when contins used the power-of-2 representation, performing constant divisions would blow up the rep (consider representing 1/3 by base-2 binary!)
Now that we use float-poit and PSO, it makes sense to add this new reduction rule.
The text was updated successfully, but these errors were encountered: