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

msvc: implement rbit32 for arm32 #360

Closed
wants to merge 1 commit into from

Conversation

pps83
Copy link
Contributor

@pps83 pps83 commented Mar 18, 2024

No description provided.

Copy link
Owner

@ebiggers ebiggers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has anything changed since #266 (comment)?

@pps83
Copy link
Contributor Author

pps83 commented Mar 19, 2024

I forgot I made a pr already. There is no way to have windows device without rbit. There used to be some, more than 10 years ago. Now even NEON is considered to be present.

I just read other comments, I pretty much wrote what's already written there :)

@pps83
Copy link
Contributor Author

pps83 commented Mar 19, 2024

unrelated question. Regarding bsr64/bsf64 for 32-bit builds. These are going to be plain loops, while these should have been implemented in terms of 32-bit _BitScanForward/_BitScanReverse. Ok if I make a pr for that?

@pps83 pps83 closed this Mar 19, 2024
@pps83 pps83 deleted the msvc-arm32-rbit branch March 19, 2024 16:24
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

Successfully merging this pull request may close these issues.

2 participants