stdarch subtree update#156251
Merged
rust-bors[bot] merged 47 commits intorust-lang:mainfrom May 7, 2026
Merged
Conversation
seems unnecessary to use `macos-15-large` just for x86_64 support
provide a reminder on the signedness of a failed `assert_simm_bits`
Most of the changes in the JSON were merged earlier in the SVE intrinsics PR
…nsic-test-fixes Fix lane-swapping on pairwise big endian Neon intrinsic
…nsics hexagon: Add scalar DSP intrinsics
…update Update arm_intrinsics.json
…eon-tests Add more manual aarch64 load/store intrinsic tests
ci: use `macos-15-intel` runner
Implement AVX512-VP2INTERSECT intrinsics
Use more LLVM intrinsics
This updates the rust-version file to e22c616.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@e22c616 Filtered ref: rust-lang/stdarch@47c3de5 Upstream diff: rust-lang/rust@e4fdb55...e22c616 This merge was created using https://github.com/rust-lang/josh-sync.
Rustc pull update
Add AMX-AVX512 BF16 intrinsics
This change migrates a subset of LSX/LASX intrinsics to the portable `intrinsics::simd` interface. Only straightforward mappings are converted in this patch. Intrinsics that require more complex transformations or currently result in suboptimal code generation are intentionally left unchanged and will be migrated incrementally in follow-up patches.
loongarch: Use `intrinsics::simd` for selected LSX/LASX intrinsics
these functions write to a raw pointer, and so are clearly unsafe to use
mark `vstl1_*` functions as unsafe
This updates the rust-version file to 045b177.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@045b177 Filtered ref: rust-lang/stdarch@65061a8 Upstream diff: rust-lang/rust@e22c616...045b177 This merge was created using https://github.com/rust-lang/josh-sync.
Handle `Identifier` unsafety correctly in `stdarch-gen-arm`
Rustc pull update
loongarch: Refactor portable SIMD helper naming and intrinsic paths
Fix `fixupimm`
…ays-target-feature Remove inline always
Collaborator
|
|
Contributor
Author
|
@bors r+ p=1 |
Contributor
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
May 6, 2026
…, r=folkertdev stdarch subtree update Subtree update of `stdarch` to rust-lang/stdarch@6b174ad. Created using https://github.com/rust-lang/josh-sync. r? @ghost
This was referenced May 6, 2026
rust-timer
added a commit
that referenced
this pull request
May 7, 2026
Rollup merge of #156251 - folkertdev:stdarch-sync-2026-05-06, r=folkertdev stdarch subtree update Subtree update of `stdarch` to rust-lang/stdarch@6b174ad. 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@6b174ad.Created using https://github.com/rust-lang/josh-sync.
r? @ghost