-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Add functions for bitwise operations #4028
Comments
@martint Please take a look. |
@martint Does the proposed function signatures look right to you? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Reopening since bitshift functions are still outstanding |
This issue has been automatically marked as stale because it has not had any activity in the last 2 years. If you feel that this issue is important, just comment and the stale tag will be removed; otherwise it will be closed in 7 days. This is an attempt to ensure that our open issues remain valuable and relevant so that we can keep track of what needs to be done and prioritize the right things. |
Considerations:
Functions that are insensitive to width of numbers:
Function that has tricky overflow issue:
Function that are inherently sensitive to width of numbers:
Placeholder functions:
The text was updated successfully, but these errors were encountered: