Skip to content

Commit

Permalink
convert_image: Exclude neon from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosky committed Dec 11, 2024
1 parent d48abe1 commit 1556cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/convert_image/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
pub mod avx2;
mod common;
#[cfg(target_arch = "aarch64")]
#[cfg_attr(coverage_nightly, coverage(off))]
pub mod neon;
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
pub mod sse2;
Expand Down

0 comments on commit 1556cfd

Please sign in to comment.