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
ArithLogic: Avoid expensive call to mkTimes in mkNeg
The method mkTimes is general a does a lot of work to ensure the term is properly
normalized. When we wnat to negate en xisting term, we know that it is
already normalized, so we can compute the proper result much cheaper
than passing multiplying it by -1 and letting mkTimes do the
simplifications.
0 commit comments