Skip to content

Commit 4af6c1e

Browse files
committed
Enable is_subnormal
1 parent 476a885 commit 4af6c1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/core_simd/tests/ops_macros.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ macro_rules! impl_float_tests {
341341
&|_| true,
342342
);
343343
}
344-
*/
345344
346345
fn is_normal<const LANES: usize>() {
347346
test_helpers::test_unary_mask_elementwise(
@@ -350,16 +349,15 @@ macro_rules! impl_float_tests {
350349
&|_| true,
351350
);
352351
}
352+
*/
353353

354-
/*
355354
fn is_subnormal<const LANES: usize>() {
356355
test_helpers::test_unary_mask_elementwise(
357356
&Vector::<LANES>::is_subnormal,
358357
&Scalar::is_subnormal,
359358
&|_| true,
360359
);
361360
}
362-
*/
363361

364362
fn abs<const LANES: usize>() {
365363
test_helpers::test_unary_elementwise(

0 commit comments

Comments
 (0)