Skip to content

Commit 1598414

Browse files
committed
Fix build for stdsimd
1 parent b69061b commit 1598414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdsimd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ where
4040

4141
#[inline]
4242
unsafe fn lanes_eq(a: Self, b: Self) -> Self::Mask {
43-
a.lanes_eq(b)
43+
a.simd_eq(b)
4444
}
4545

4646
#[inline]

0 commit comments

Comments
 (0)