Skip to content

Commit

Permalink
set defaul unroll factor to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Jul 28, 2024
1 parent 24cfb18 commit 20ccf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#![feature(is_sorted)]
#![feature(sort_floats)]

pub const UNROLL_FACTOR: usize = 1;
pub const UNROLL_FACTOR: usize = 4;
pub const SIMD_LEN: usize = 32;

mod all_equal;
Expand Down

0 comments on commit 20ccf1e

Please sign in to comment.