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
Some are already supported by Cairo, but others (like bit shifting) are not.
Operations should be compatible with u16...u256 and i16....i256.
After implementing, the solution should be applied where appropriate (for example in tick_bitmap.cairo, the function calculate_word(tick) is a mock of bit shifting)
The text was updated successfully, but these errors were encountered:
Bit shifting, right and left.
AND, OR, XOR, NOT
Some are already supported by Cairo, but others (like bit shifting) are not.
Operations should be compatible with u16...u256 and i16....i256.
After implementing, the solution should be applied where appropriate (for example in tick_bitmap.cairo, the function calculate_word(tick) is a mock of bit shifting)
The text was updated successfully, but these errors were encountered: