We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf5128 commit c739af3Copy full SHA for c739af3
crates/core_simd/src/swizzle.rs
@@ -271,7 +271,7 @@ where
271
/// The reverse of this operation is [`Simd::deinterleave`].
272
///
273
/// ```
274
- /// #![feature(portable_simd)]
+ /// # #![feature(portable_simd)]
275
/// # use core::simd::Simd;
276
/// let a = Simd::from_array([0, 1, 2, 3]);
277
/// let b = Simd::from_array([4, 5, 6, 7]);
@@ -324,7 +324,7 @@ where
324
/// The reverse of this operation is [`Simd::interleave`].
325
326
327
328
329
/// let a = Simd::from_array([0, 4, 1, 5]);
330
/// let b = Simd::from_array([2, 6, 3, 7]);
0 commit comments