-
Notifications
You must be signed in to change notification settings - Fork 2
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
memo: BitManipulation class #9
Comments
I see that class (it it will ever implemented) as the "backend" of this BitField class as you can see with the examples I've posted here: dotnet/corefxlab#1085 (comment) it will become really complex when you have to use it for more that one bit! |
The most important fact in the corefx#12425 is:
I want to use the BEXTR instruction which executes |
Well but the generation of these ASM instruction should be AOT / JIT intrisics that probably that BitManipulation class will generate in future or your idea is to P/Invoke in Assembler in our library already? |
This is just a memo. I guess these methods might be done by JIT intrinsics like |
https://github.com/dotnet/corefx/issues/12425
BEXTR
UBFX
The text was updated successfully, but these errors were encountered: