Skip to content

Commit fab152a

Browse files
committed
1 lane test
1 parent 843152e commit fab152a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/tests/ops_macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ macro_rules! impl_float_tests {
284284
#[test]
285285
fn is_nan() {
286286
test_helpers::test_unary_mask_elementwise(
287-
&Vector::<4>::is_nan,
287+
&Vector::<1>::is_nan,
288288
&Scalar::is_nan,
289289
&|_| true,
290290
);

0 commit comments

Comments
 (0)