File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 # https://rust-lang.zulipchat.com/#narrow/channel/208962-t-libs.2Fstdarch/topic/Subtree.20sync.20automation/with/528461782
1717 zulip-stream-id : 208962
1818 zulip-bot-email :
" [email protected] " 19- pr-base-branch : master
19+ pr-base-branch : main
2020 branch-name : rustc-pull
2121 secrets :
2222 zulip-api-token : ${{ secrets.ZULIP_API_TOKEN }}
Original file line number Diff line number Diff line change 33
44The ` core::arch ` module implements architecture-dependent intrinsics (e.g. SIMD).
55
6- # Usage
6+ # Usage
77
88` core::arch ` is available as part of ` libcore ` and it is re-exported by
99` libstd ` . Prefer using it via ` core::arch ` or ` std::arch ` than via this crate.
1717 you need to re-compile it for a non-standard target, please prefer using
1818 ` xargo ` and re-compiling ` libcore ` /` libstd ` as appropriate instead of using
1919 this crate.
20-
20+
2121* using some features that might not be available even behind unstable Rust
2222 features. We try to keep these to a minimum. If you need to use some of these
2323 features, please open an issue so that we can expose them in nightly Rust and
3434* [ How to get started] [ contrib ]
3535* [ How to help implement intrinsics] [ help-implement ]
3636
37- [ contrib ] : https://github.com/rust-lang/stdarch/blob/master /CONTRIBUTING.md
37+ [ contrib ] : https://github.com/rust-lang/stdarch/blob/HEAD /CONTRIBUTING.md
3838[ help-implement ] : https://github.com/rust-lang/stdarch/issues/40
3939[ i686 ] : https://rust-lang.github.io/stdarch/i686/core_arch/
4040[ x86_64 ] : https://rust-lang.github.io/stdarch/x86_64/core_arch/
You can’t perform that action at this time.
0 commit comments