Skip to content

Commit 16a3393

Browse files
authored
Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebank
Unused doc comments blocks Fixes #77030.
2 parents 527023a + 26edf02 commit 16a3393

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

portable-simd/crates/core_simd/src/intrinsics.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
//!
1919
//! Unless stated otherwise, all intrinsics for binary operations require SIMD vectors of equal types and lengths.
2020
21-
/// These intrinsics aren't linked directly from LLVM and are mostly undocumented, however they are
22-
/// mostly lowered to the matching LLVM instructions by the compiler in a fairly straightforward manner.
23-
/// The associated LLVM instruction or intrinsic is documented alongside each Rust intrinsic function.
21+
22+
// These intrinsics aren't linked directly from LLVM and are mostly undocumented, however they are
23+
// mostly lowered to the matching LLVM instructions by the compiler in a fairly straightforward manner.
24+
// The associated LLVM instruction or intrinsic is documented alongside each Rust intrinsic function.
2425
extern "platform-intrinsic" {
2526
/// add/fadd
2627
pub(crate) fn simd_add<T>(x: T, y: T) -> T;

stdarch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit b4a0e07552cf90ef8f1a5b775bf70e4db94b3d63
1+
Subproject commit bcbe010614f398ec86f3a9274d22e33e5f2ee60b

0 commit comments

Comments
 (0)