Skip to content

Commit

Permalink
Gate Vectorization::Neon to aarch64
Browse files Browse the repository at this point in the history
Co-authored-by: Quake Wang <quake.wang@gmail.com>
  • Loading branch information
Lynnesbian and quake authored Sep 24, 2024
1 parent f5d04bd commit 6ab5054
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 @@ -43,6 +43,7 @@ pub(crate) enum Vectorization {
None = 0,
SSE41 = 1,
AVX2 = 2,
#[cfg(target_arch = "aarch64")]
Neon = 3,
}

Expand Down

0 comments on commit 6ab5054

Please sign in to comment.