Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubilee

Sync in portable-simd subtree

r? `@ghost`
This commit is contained in:
bors
2022-07-22 09:48:00 +00:00
37 changed files with 1616 additions and 888 deletions

View File

@@ -3569,6 +3569,7 @@ impl<T> [T] {
///
/// ```
/// #![feature(portable_simd)]
/// use core::simd::SimdFloat;
///
/// let short = &[1, 2, 3];
/// let (prefix, middle, suffix) = short.as_simd::<4>();