diff --git a/crates/core_simd/src/vector.rs b/crates/core_simd/src/vector.rs index 715aac9a194..09ad68f1b01 100644 --- a/crates/core_simd/src/vector.rs +++ b/crates/core_simd/src/vector.rs @@ -1120,7 +1120,7 @@ where type Mask = isize; } -const USE_BRANCH: bool = false; +const USE_BRANCH: bool = true; const USE_BITMASK: bool = false; #[inline]