1
Fork 0

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:
bors 2023-12-02 18:04:01 +00:00
commit 3f1e30a0a5
112 changed files with 2301 additions and 1202 deletions

View file

@ -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)]