forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#100911 - tmiasko:update-stdarch, r=Amanieu
Update stdarch submodule Changes from stdarch: * Fix links in documentation of cmpxchg16b * Use load intrinsic and loop for intrinsic-test programs. Add --release flag back to intrinsic-test programs. * Properly fix vext intrinsic tests * Replace some calls to `pointer::offset` with `add` and `sub` * Allow internal use of stdsimd from detect_feature * fix target name in contributing.md * Tweak constant for ARM vext instruction tests * Use `llvm.ppc.altivec.lvx` intrinsic for `vec_ld` * Adding doc links for arm neon intrinsics * Adding doc links for arm crypto and aes intrinsics * Remove instruction tests for `__mmask*` intrinsics * Update ubuntu 21.10 docker containers to 22.04 * Adding documentation links for arm crc32 intrinsics * Remove restrictions on compare-exchange memory ordering. * Fix a typo in the document. * Allow mapping a runtime feature to a set of target_features * Update atomic intrinsics * Fully qualify recursive macro calls * Ensure the neon vector aggregates like `float32x4x4_t` are `#[repr(C)]` * Remove useless conditional compilation * Fix ARM vbsl* NEON intrinsics r? `@Amanieu`
- Loading branch information
Showing
3 changed files
with
10 additions
and
28 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Submodule stdarch
updated
34 files