-
Notifications
You must be signed in to change notification settings - Fork 273
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
attempt to resolve #852 #1377
base: master
Are you sure you want to change the base?
attempt to resolve #852 #1377
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) soon. |
|
LGTM! For the CI failure, you can add an exception in This requires an FCP since it is adding a stable API. @rfcbot fcp merge |
Team member @Amanieu has proposed to merge this. The next step is review by the rest of the tagged team members: Concerns:
Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
🔔 This is now entering its final comment period, as per the review above. 🔔 psst @Amanieu, I wasn't able to add the |
My understanding is that we should try to land new APIs as unstable, and only after some time has passed, then we can mark them stable. @rfcbot concern unstable for a time EDIT: Not sure why, but rfcbot doesn't seem to be registering my concern. |
That's a good point. @matthiascy Could you change your PR to make these functions unstable and open a tracking issue in rust-lang/rust? |
@rfcbot fcp cancel |
@Amanieu proposal cancelled. |
☔ The latest upstream changes (presumably 87158e6) made this pull request unmergeable. Please resolve the merge conflicts. |
This PR introduces
_MM_{GET,SET}_DENORMALS_ZERO_MODE
,MM_DENORMALS_ZERO_ON
,MM_DENORMALS_ZERO_OFF
,MM_DENORMALS_ZERO_MASK
. One remaining question is that in which file these should be placed?sse.rs
orsse3.rs
?