Skip to content

Commit 74fc505

Browse files
committed
Enable disabled tests
1 parent 84eb240 commit 74fc505

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/core_simd/tests/ops_macros.rs

-2
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ macro_rules! impl_float_tests {
380380
);
381381
}
382382

383-
/*
384383
fn is_normal<const LANES: usize>() {
385384
test_helpers::test_unary_mask_elementwise(
386385
&Vector::<LANES>::is_normal,
@@ -396,7 +395,6 @@ macro_rules! impl_float_tests {
396395
&|_| true,
397396
);
398397
}
399-
*/
400398

401399
fn abs<const LANES: usize>() {
402400
test_helpers::test_unary_elementwise(

0 commit comments

Comments
 (0)