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
The original comment might need a little bit more elaboration. The original pr #88 which added these operations specifically called out shr as the BV operation not to be added because of sign issues.
While BVs don't have a sign, the documentation I've read suggests that the theory relies on special operations that change whether the BV should be treated as having a sign.
I think operator
>>
should be implemented to use bvlshr as default since BitVectors dont have sign.The text was updated successfully, but these errors were encountered: