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.
2 parents 8fdb4f8 + c535320 commit 1ef335eCopy full SHA for 1ef335e
crates/core_simd/src/simd/cmp/eq.rs
@@ -12,7 +12,7 @@ pub trait SimdPartialEq {
12
#[must_use = "method returns a new mask and does not mutate the original value"]
13
fn simd_eq(self, other: Self) -> Self::Mask;
14
15
- /// Test if each element is equal to the corresponding element in `other`.
+ /// Test if each element is not equal to the corresponding element in `other`.
16
17
fn simd_ne(self, other: Self) -> Self::Mask;
18
}
0 commit comments