Skip to content

Commit 1520dd9

Browse files
committed
Disable is_subnormal
1 parent 4af6c1e commit 1520dd9

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
@@ -349,7 +349,6 @@ macro_rules! impl_float_tests {
349349
&|_| true,
350350
);
351351
}
352-
*/
353352
354353
fn is_subnormal<const LANES: usize>() {
355354
test_helpers::test_unary_mask_elementwise(
@@ -358,6 +357,7 @@ macro_rules! impl_float_tests {
358357
&|_| true,
359358
);
360359
}
360+
*/
361361

362362
fn abs<const LANES: usize>() {
363363
test_helpers::test_unary_elementwise(

0 commit comments

Comments
 (0)