//! SIMD-accelerated activation functions.
//!//! See [`dispatch`] for the public dispatch functions and scalar fallbacks.
#[cfg(target_arch ="x86_64")]pub(crate)modavx2;#[cfg(target_arch ="x86_64")]pub(crate)modavx512;pub(crate)moddispatch;#[cfg(target_arch ="aarch64")]pub(crate)modaarch64;#[allow(unused_imports)]pubusedispatch::*;