-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Int
feature tracking ticket
#700
Comments
This was referenced Oct 29, 2024
Merged
tarcieri
pushed a commit
that referenced
this issue
Nov 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related
Int
- sign-and-magnitude #694 (abandoned attempt involving sign-magnitude representation),Features
add
,sub
,mul
,div
Int
- two's complement #695and
,or
,xor
,not
,shl
,shr
Int
- Bit ops #697gcd
Int
- gcd #698mul_uint
,div_uint
Int
- cross compatibility withUint
#699from_be_slice
,from_le_slice
)xgcd
Int
- two's complement #695 (comment))The text was updated successfully, but these errors were encountered: