We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d77430 commit 476a885Copy full SHA for 476a885
crates/core_simd/tests/ops_macros.rs
@@ -333,13 +333,15 @@ macro_rules! impl_float_tests {
333
);
334
}
335
336
+ /*
337
fn is_nan<const LANES: usize>() {
338
test_helpers::test_unary_mask_elementwise(
339
&Vector::<LANES>::is_nan,
340
&Scalar::is_nan,
341
&|_| true,
342
343
344
+ */
345
346
fn is_normal<const LANES: usize>() {
347
0 commit comments