stdarch subtree update#152618
Merged
rust-bors[bot] merged 6 commits intorust-lang:mainfrom Feb 14, 2026
Merged
Conversation
The `vldap1` and `vstl1` RCPC3 intrinsics introduced in standard library unconditionally use `AtomicI64`. This breaks builds on target that do not support 64-bit atomics, such as `aarch64-unknown-none` with `max-atomic-width` set to 0. This commit adds a `#[cfg(target_has_atomic = "64")]` guard to these intrinsics
…cated-saturating-stores x86: use `intrinsics::simd` for masked truncated saturating stores
aarch64: use `read_unaligned` for `vld1_*`
aarch64: Guard RCPC3 intrinsics with target_has_atomic = "64"
Collaborator
|
|
Contributor
Author
|
@bors r+ p=1 |
Contributor
rust-bors bot
pushed a commit
that referenced
this pull request
Feb 14, 2026
stdarch subtree update Subtree update of `stdarch` to rust-lang/stdarch@1239a9f. Created using https://github.com/rust-lang/josh-sync. r? @ghost
Contributor
|
⌛ Testing commit 74397dc with merge 47d3ee6... Workflow: https://github.com/rust-lang/rust/actions/runs/22021720164 |
Contributor
|
@bors yield |
Contributor
|
Auto build cancelled. Cancelled workflows: The next pull request likely to be tested is #152627. |
rust-bors bot
pushed a commit
that referenced
this pull request
Feb 14, 2026
…uwer Rollup of 8 pull requests Successful merges: - #152618 (stdarch subtree update) - #152001 (mGCA: Validate const literal against expected type) - #152120 (Don't ICE on layout error in vtable computation) - #152531 (`proc_macro::bridge`: simplify `ExecutionStrategy` and `DispatcherTrait`) - #152577 (Port #[rustc_proc_macro_decls] to the new attribute parser.) - #152570 (Port #[rustc_test_marker] to the attribute parser) - #152590 (DepGraphQuery: correctly skip adding edges with not-yet-added nodes) - #152612 (Rename `inline_fluent!` to `msg!`)
rust-timer
added a commit
that referenced
this pull request
Feb 14, 2026
Rollup merge of #152618 - folkertdev:stdarch-sync-2026-02-14, r=folkertdev stdarch subtree update Subtree update of `stdarch` to rust-lang/stdarch@1239a9f. Created using https://github.com/rust-lang/josh-sync. r? @ghost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Subtree update of
stdarchto rust-lang/stdarch@1239a9f.Created using https://github.com/rust-lang/josh-sync.
r? @ghost