Skip to content

Commit

Permalink
set USE_BRANCH=true
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoy committed Dec 5, 2023
1 parent f0b4f26 commit 3ed9d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_simd/src/vector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ where
type Mask = isize;
}

const USE_BRANCH: bool = false;
const USE_BRANCH: bool = true;
const USE_BITMASK: bool = false;

#[inline]
Expand Down

0 comments on commit 3ed9d15

Please sign in to comment.