Skip to content
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

Update bit manipulator functions to use built-ins when supported #7193

Open
r30shah opened this issue Nov 30, 2023 · 0 comments
Open

Update bit manipulator functions to use built-ins when supported #7193

r30shah opened this issue Nov 30, 2023 · 0 comments

Comments

@r30shah
Copy link
Contributor

r30shah commented Nov 30, 2023

In an offline discussion with @Spencer-Comin, we found that some of the built-ins for example for leadingZeros, trailingZeros and popcnt were used on few platforms but not all. We found that GCC on Linux on Z also had built-ins which can be used. I am opening up this issue to keep track of adding usage of such built-ins on supported platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant