Skip to content

Commit 3ed9d15

Browse files
committed
set USE_BRANCH=true
1 parent f0b4f26 commit 3ed9d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/vector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ where
11201120
type Mask = isize;
11211121
}
11221122

1123-
const USE_BRANCH: bool = false;
1123+
const USE_BRANCH: bool = true;
11241124
const USE_BITMASK: bool = false;
11251125

11261126
#[inline]

0 commit comments

Comments
 (0)