Skip to content

Commit 8be1b04

Browse files
committed
Enable some tests
1 parent 9fbffbb commit 8be1b04

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
@@ -301,7 +301,6 @@ macro_rules! impl_float_tests {
301301
}
302302

303303
test_helpers::test_lanes! {
304-
/*
305304
fn is_sign_positive<const LANES: usize>() {
306305
test_helpers::test_unary_mask_elementwise(
307306
&Vector::<LANES>::is_sign_positive,
@@ -318,6 +317,7 @@ macro_rules! impl_float_tests {
318317
);
319318
}
320319

320+
/*
321321
fn is_finite<const LANES: usize>() {
322322
test_helpers::test_unary_mask_elementwise(
323323
&Vector::<LANES>::is_finite,

0 commit comments

Comments
 (0)