-
Notifications
You must be signed in to change notification settings - Fork 125
Support x86 AVX-12 SIMD types on 1.89.0 stable #2574
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2574 +/- ##
=======================================
Coverage 88.75% 88.75%
=======================================
Files 20 20
Lines 5343 5343
=======================================
Hits 4742 4742
Misses 601 601 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I think we should punt on this until 1.89 is released, and in the meantime |
Blocked on #2583. |
ee55560
to
c59baac
Compare
Previously, these types were gated by the `stdarch_x86_avx512` nightly Rust feature. As of 1.89.0, they are supported on stable. Closes #2583 gherrit-pr-id: I6907ba8f144bd90d917b85c9687443fc7cf19de2
c59baac
to
ca6c178
Compare
In these four types See also: rust-lang/stdarch#1436 |
Previously, these types were gated by the
stdarch_x86_avx512
nightlyRust feature. As of 1.89.0, they are supported on stable.
Closes #2583
This PR is on branch simd-x86-avx12.