Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workingjubilee
Portable SIMD subtree update Syncs nightly to the latest changes from rust-lang/portable-simd r? `@rust-lang/libs`
This commit is contained in:
commit
3f1e30a0a5
112 changed files with 2301 additions and 1202 deletions
|
@ -583,9 +583,10 @@ pub mod time;
|
|||
#[unstable(feature = "portable_simd", issue = "86656")]
|
||||
mod std_float;
|
||||
|
||||
#[doc = include_str!("../../portable-simd/crates/core_simd/src/core_simd_docs.md")]
|
||||
#[unstable(feature = "portable_simd", issue = "86656")]
|
||||
pub mod simd {
|
||||
#![doc = include_str!("../../portable-simd/crates/core_simd/src/core_simd_docs.md")]
|
||||
|
||||
#[doc(inline)]
|
||||
pub use crate::std_float::StdFloat;
|
||||
#[doc(inline)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue