You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#[cfg(all(feature = "x86", any(target_arch = "x86", target_arch = "x86_64")))] |
|
pub use crate::unsafe_utils_avx2::*; |
|
#[cfg(all(feature = "neon", target_arch = "aarch64"))] |
|
pub use crate::unsafe_utils_neon::*;
|
|
|