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 b69061b commit 1598414Copy full SHA for 1598414
src/stdsimd.rs
@@ -40,7 +40,7 @@ where
40
41
#[inline]
42
unsafe fn lanes_eq(a: Self, b: Self) -> Self::Mask {
43
- a.lanes_eq(b)
+ a.simd_eq(b)
44
}
45
46
0 commit comments