turbosort 0.1.1

SIMD-accelerated radix sort for primitive types
Documentation
1
2
3
4
5
6
//! aarch64 NEON backends.
//!
//! NEON is mandatory on aarch64 — no runtime feature detection needed.

#[allow(dead_code)]
pub mod neon;