-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Optimize System.Collections.BitArray using arm64 intrinsics #33309
Comments
I think I can put up a PR for this, but we seem to be lacking a couple instructions that would be nice to have:
|
I believe this should be supported via
|
Ah, did not notice It still would be nice to have those exposed as intrinsics for feature parity, though. |
For some cases, there isn't a corresponding intrinsic on the native side. Where there is, we also expose it there (for example |
The similar functionality will be exposed as a part of #24588 - I am working on this at the moment |
This item tracks the conversion of the System.Collections.BitArray class to use arm64 intrinsics.
Related: #33308
The text was updated successfully, but these errors were encountered: