-
Notifications
You must be signed in to change notification settings - Fork 13.6k
stdarch subtree update #144222
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
stdarch subtree update #144222
Conversation
Add sayantn and folkertdev as reviewers
use `splat` for the aarch64/arm dup intrinsics
…x-gnueabihf-clippy-fixes thumbv7neon-unknown-linux-gnueabihf clippy fixes
connect5: clippy fixes
tests: neon is arm
…erators aarch64: use `core::intrinsics::simd` for integer min/max
…-static `stdarch-gen-arm`: remove `lazy_static`, use `LazyLock` instead
…test `intrinsic-test`: use runner also for rust
Add rustc-pull CI automation workflow
`aarch64`: use more of `intrinsics::simd` for min/max
loongarch: Add basic support for LoongArch32
…intrinsic `s390x`: document the different rounding flavors
Check that the checked-in version of `stdarch-gen-{arm, loongarch}` is up-to-date
…ation `intrinsic-test`: streamline c compilation
…-test-box-removing-and-more `intrinsic-test`: Implemented DerefMut for ArmIntrinsicTest
loongarch: Mark partial intrinsics as safe
`stdarch-test`: various cleanups
`intrinsic-test`: combine C files for faster compilation
cc @Amanieu, @folkertdev, @sayantn |
we usually don't rollup these right? @bors r+ rollup=never |
I think we could, but doesn't really matter. |
I'm gonna go ahead and bump this one up, so that we don't get more conflicts with stdarch, the move of @bors p=1 |
☀️ 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 35487a2 (parent) -> 2e53675 (this PR) Test differencesShow 16 test diffs16 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 2e5367566819ca7878baa9600ae7a93eb0e37bbf --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (2e53675): 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 (secondary -3.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 2.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 465.187s -> 465.103s (-0.02%) |
Subtree update of
stdarch
to rust-lang/stdarch@5531955.Created using https://github.com/rust-lang/josh-sync.
I saw that there were non-trivial changes made to
std_detect
instdarch
recently. So I want to get them merged here before we move forward with #143412.r? @folkertdev