Skip to content

Commit

Permalink
Added sigmoidal, NEON sigmoidal
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jun 15, 2024
1 parent a6da308 commit 325eda3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sigmoidal_to_image.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
use std::slice;

use crate::image::ImageConfiguration;
#[cfg(all(
any(target_arch = "aarch64", target_arch = "arm"),
target_feature = "neon"
))]
use crate::neon::neon_from_sigmoidal_row;
use crate::{Rgb, Sigmoidal};

Expand Down

0 comments on commit 325eda3

Please sign in to comment.