streamvbyte64/arch/
mod.rs

1/// Module containing architecture-specific utility code.
2
3#[cfg(all(target_arch = "aarch64", target_endian = "little"))]
4pub(crate) mod neon;
5pub(crate) mod shuffle;