From 3ed9d1594a43081384dd38003ea83220cac01db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Oko=C5=84ski?= Date: Tue, 5 Dec 2023 14:53:20 +0100 Subject: [PATCH] set USE_BRANCH=true --- crates/core_simd/src/vector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]