1 2 3 4 5 6
//! Binary-code helpers (re-exported from `qntz`). //! //! This keeps `vicinity`’s public surface stable while concentrating shared kernels //! in the low-level `qntz` crate. pub use qntz::simd_ops::*;