-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 #138687
Portable SIMD subtree update #138687
Conversation
Migrate core_simd to Rust 2024
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the prelude instead of importing or qualifying them. These functions were added to all preludes in Rust 1.80.
Use `size_of` from the prelude instead of imported
As is done in `core` since rust-lang#134286 cc rust-lang#138054
Deny `unreachable_pub` lint
…around-comment update llvm workaround comment to link to rust tracking issue too
add examples for `shift_elements_{left, right}` and `rotate_elements_{left, right}`
…m-portable-simd-2025-03-19
rustbot has assigned @Mark-Simulacrum. Use |
Portable SIMD is developed in its own repository. If possible, consider making this change to rust-lang/portable-simd instead. |
whoops |
commit history looks good to me this time. |
@bors r+ p=1 |
cc @Urgau |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 2947be7 (parent) -> 70237a8 (this PR) Test differencesShow 40 test diffsAdditionally, 40 doctest diffs were found. These are ignored, as they are noisy. Job group index |
Finished benchmarking commit (70237a8): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -0.9%, secondary 1.0%)This 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 774.968s -> 773.52s (-0.19%) |
No description provided.