-
Notifications
You must be signed in to change notification settings - Fork 289
Stabilize __m512i
, __m512
, and __m512d
#1436
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
Conversation
I didn't include `__m512bh` since `__m128bh` is also unstable.
r? @Amanieu (rustbot has picked a reviewer for you, use r? to override) |
These types are independently useful even without the intrinsics since they can be used with inline assembly. @rfcbot fcp merge |
Team member @Amanieu has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. 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. |
FYI @dtolnay, it looks from the edit history like you attempted to check a box, but somehow rfcbot then removed your checkmark? |
🔔 This is now entering its final comment period, as per the review above. 🔔 psst @Amanieu, I wasn't able to add the |
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. This will be merged soon. psst @Amanieu, I wasn't able to add the |
Bump stdarch In particular to pick up the stabilization of the AVX512 types (but not intrinsics) that was FCPed in rust-lang/stdarch#1436.
Bump stdarch In particular to pick up the stabilization of the AVX512 types (but not intrinsics) that was FCPed in rust-lang/stdarch#1436.
Bump stdarch In particular to pick up the stabilization of the AVX512 types (but not intrinsics) that was FCPed in rust-lang/stdarch#1436.
Bump stdarch In particular to pick up the stabilization of the AVX512 types (but not intrinsics) that was FCPed in rust-lang/stdarch#1436.
While there might be some uncertainty still with all the intrinsics and other related items, could we perhaps stabilize the types?
It seems like there's not much choice to be had, since m512 is definitely f32x16 and m512d is likewise f64x8.
I didn't include
__m512bh
since__m128bh
is also unstable.https://rust-lang.zulipchat.com/#narrow/stream/219381-t-libs/topic/Stabilizing.20AVX2.20.26.20AVX512.20*types*/near/362541037