Skip to content

Commit 699d64f

Browse files
committed
Enable more tests
1 parent 8be1b04 commit 699d64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/tests/ops_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ macro_rules! impl_float_tests {
317317
);
318318
}
319319

320-
/*
321320
fn is_finite<const LANES: usize>() {
322321
test_helpers::test_unary_mask_elementwise(
323322
&Vector::<LANES>::is_finite,
@@ -334,6 +333,7 @@ macro_rules! impl_float_tests {
334333
);
335334
}
336335

336+
/*
337337
fn is_nan<const LANES: usize>() {
338338
test_helpers::test_unary_mask_elementwise(
339339
&Vector::<LANES>::is_nan,

0 commit comments

Comments
 (0)