]> git.lizzy.rs Git - rust.git/blobdiff - patches/0001-portable-simd-Disable-unsupported-tests.patch
Rustfmt
[rust.git] / patches / 0001-portable-simd-Disable-unsupported-tests.patch
index b952b21e6e694692b4dfd51790ae68a1de97dab8..54e13b090abda43a8d66147207b16c09c27dae64 100644 (file)
@@ -102,26 +102,6 @@ index 6a8ecd3..68fcb49 100644
          }
      }
  }
-diff --git a/crates/core_simd/tests/ops_macros.rs b/crates/core_simd/tests/ops_macros.rs
-index 31b7ee2..bd04b3c 100644
---- a/crates/core_simd/tests/ops_macros.rs
-+++ b/crates/core_simd/tests/ops_macros.rs
-@@ -604,6 +606,7 @@ macro_rules! impl_float_tests {
-                         )
-                     }
-+                    /*
-                     fn mul_add<const LANES: usize>() {
-                         test_helpers::test_ternary_elementwise(
-                             &Vector::<LANES>::mul_add,
-@@ -611,6 +614,7 @@ macro_rules! impl_float_tests {
-                             &|_, _, _| true,
-                         )
-                     }
-+                    */
-                 }
-             }
-         }
 -- 
 2.26.2.7.g19db9cfb68