We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476a885 commit 4af6c1eCopy full SHA for 4af6c1e
crates/core_simd/tests/ops_macros.rs
@@ -341,7 +341,6 @@ macro_rules! impl_float_tests {
341
&|_| true,
342
);
343
}
344
- */
345
346
fn is_normal<const LANES: usize>() {
347
test_helpers::test_unary_mask_elementwise(
@@ -350,16 +349,15 @@ macro_rules! impl_float_tests {
350
349
351
352
+ */
353
354
- /*
355
fn is_subnormal<const LANES: usize>() {
356
357
&Vector::<LANES>::is_subnormal,
358
&Scalar::is_subnormal,
359
360
361
362
363
364
fn abs<const LANES: usize>() {
365
test_helpers::test_unary_elementwise(
0 commit comments