//! SIMD-accelerated fused elementwise operations.
//!//! See [`dispatch`] for the public dispatch functions and scalar fallbacks.
#[cfg(target_arch ="x86_64")]pub(crate)modx86_64;#[cfg(target_arch ="aarch64")]pub(crate)modaarch64;pub(crate)moddispatch;pubusedispatch::*;