-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
rustc: unpack newtyped of #[repr(simd)] vector types. #46701
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r=nagisa |
📌 Commit 95c0ad0 has been approved by |
@bors r+
…On Dec 14, 2017 11:28, "Vadim Petrochenkov" ***@***.***> wrote:
Assigned #46701 <#46701> to @nagisa
<https://github.com/nagisa>.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#46701 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AApc0oGVilLfmH3K5Gk_SRYuaaAGKzWLks5tAOo8gaJpZM4Q_0Ng>
.
|
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 95c0ad0 has been approved by |
⌛ Testing commit 95c0ad0 with merge 14252a33bd8baee96ac4a8f442927c7f8d2a0af8... |
rustc: unpack newtyped of #[repr(simd)] vector types. Prerequisite for a `#[repr(transparent)]` implementation that works with SIMD vectors. cc @rkruppe
☀️ Test successful - status-appveyor, status-travis |
Prerequisite for a
#[repr(transparent)]
implementation that works with SIMD vectors.cc @rkruppe