Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 29, 2021
1 parent 186ac04 commit e23d26c
Show file tree
Hide file tree
Showing 10 changed files with 455 additions and 1,386 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,6 @@ mod memchr;
pub mod memmem;
#[cfg(test)]
mod tests;
// SIMD is only supported on x86_64 currently.
#[cfg(target_arch = "x86_64")]
mod vector;
Loading

0 comments on commit e23d26c

Please sign in to comment.