]> git.lizzy.rs Git - rust.git/blobdiff - library/portable-simd/crates/core_simd/src/intrinsics.rs
Fix rustdoc lints
[rust.git] / library / portable-simd / crates / core_simd / src / intrinsics.rs
index 962c83a78cb34d56e53fdbac4772fd1fdf566691..704e6ed0159f84b7cf69fc858d6df62a0e016de0 100644 (file)
     /// val: vector of values to select if a lane is masked
     /// ptr: vector of pointers to read from
     /// mask: a "wide" mask of integers, selects as if simd_select(mask, read(ptr), val)
-    /// note, the LLVM intrinsic accepts a mask vector of <N x i1>
+    /// note, the LLVM intrinsic accepts a mask vector of `<N x i1>`
     /// FIXME: review this if/when we fix up our mask story in general?
     pub(crate) fn simd_gather<T, U, V>(val: T, ptr: U, mask: V) -> T;
     /// llvm.masked.scatter