Skip to content

Commit 9d77430

Browse files
committed
Enable more tests
1 parent 699d64f commit 9d77430

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
@@ -333,7 +333,6 @@ macro_rules! impl_float_tests {
333333
);
334334
}
335335

336-
/*
337336
fn is_nan<const LANES: usize>() {
338337
test_helpers::test_unary_mask_elementwise(
339338
&Vector::<LANES>::is_nan,
@@ -350,6 +349,7 @@ macro_rules! impl_float_tests {
350349
);
351350
}
352351

352+
/*
353353
fn is_subnormal<const LANES: usize>() {
354354
test_helpers::test_unary_mask_elementwise(
355355
&Vector::<LANES>::is_subnormal,

0 commit comments

Comments
 (0)