Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fearless_simd/src/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ mod fallback;
#[cfg(target_arch = "aarch64")]
mod neon;
mod ops;
mod scalar;
mod simd_trait;
mod simd_types;
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
Expand All @@ -68,6 +69,7 @@ pub use avx2::*;
pub use fallback::*;
#[cfg(target_arch = "aarch64")]
pub use neon::*;
pub use scalar::*;
pub use simd_trait::*;
pub use simd_types::*;
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
Expand Down
Loading
Loading