-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Portable SIMD subtree update #121269
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
Portable SIMD subtree update #121269
Conversation
fix simd_bitmask docs
…atch-1 Fix load/store safety comments to require aligned `T`
This allows miri to detect when they are not, and may be exploited by LLVM during optimization.
Use core::intrinsics
Fix bitmask vector bit order
fix feature flags
use core::intrinsics::simd
…of-u-and-me Assume masks are correct
Revert rust-lang#385 and add some minor fixes
…make-an-ass-out-of-u-and-me"" This reverts commit 644bdfb.
Assume masks are correct
stdarch no longer provide SIMD on big-endian ARM due to rust-lang/stdarch#1484
Sync upstream 2024 Feb 17
Fix swizzle_dyn
…table-simd-2024-02-18
Portable SIMD is developed in its own repository. If possible, consider making this change to rust-lang/portable-simd instead. |
Never had a subtree update pass first try. Ready to go! |
Is there a reason you r'd libs on this instead of self-approving? Typically subtree updates aren't actually reviewed on rust-lang/rust; they're unwieldy to do any real review with. @bors delegate+ r+ rollup=never |
✌️ @calebzulawski, you can now approve this pull request! If @Mark-Simulacrum told you to " |
I don't have commit permissions :) Thanks! |
☀️ Test successful - checks-actions |
Finished benchmarking commit (d573564): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Bootstrap: 640.336s -> 640.888s (0.09%) |
Syncs nightly to the latest changes from rust-lang/portable-simd
r? @rust-lang/libs
Also, fixes #119904 which is now fixed upstream.