-
Notifications
You must be signed in to change notification settings - Fork 269
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
CLMUL instruction set #320
Conversation
Thanks! The verification program is reporting
Perhaps the feature in Rust itself could be called |
We have 3 options for feature name:
I've used |
So far I think our intention is to provide a direct mapping from what vendors (Intel in this case) says. So far everything (except bmi/bmi1) has aligned with LLVM but I think for new ones we'll want to align with Intel rather than LLVM. |
Can you please list necessary changes for adding |
Sure! I'll comment on the Rust PR |
@newpavlov I think these should be in nightly now, right? If so, want to rebase to kick CI? |
I will change Is it worth to open an issue for discussing potential change of |
Nah this is the territory of the RFC, so if you strongly feel we should be diverging from the headers I'd recommend reading over the discussion on the RFC and leaving a comment if you still feel that way. For now though, yeah, let's stick to the headers here. |
Hm, not sure how to fix this. In some cases |
Ah no worries, wanna only run that test on Linux and leave a fixme? |
Ah, indeed I could've run OS specific tests. I think last commit should fix it. |
Awesome, thanks! |
Fixes #318
Depends on rust-lang/rust#48126.