Skip to content

Commit

Permalink
add UNROLL_FACTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Jul 23, 2024
1 parent daea677 commit 24cfb18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![feature(is_sorted)]
#![feature(sort_floats)]

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

mod all_equal;
Expand Down

0 comments on commit 24cfb18

Please sign in to comment.