Skip to content

Commit 476a885

Browse files
committed
Disable is_nan
1 parent 9d77430 commit 476a885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/core_simd/tests/ops_macros.rs

+2
Original file line numberDiff line numberDiff line change
@@ -333,13 +333,15 @@ macro_rules! impl_float_tests {
333333
);
334334
}
335335

336+
/*
336337
fn is_nan<const LANES: usize>() {
337338
test_helpers::test_unary_mask_elementwise(
338339
&Vector::<LANES>::is_nan,
339340
&Scalar::is_nan,
340341
&|_| true,
341342
);
342343
}
344+
*/
343345

344346
fn is_normal<const LANES: usize>() {
345347
test_helpers::test_unary_mask_elementwise(

0 commit comments

Comments
 (0)