pub fn active_kernel() -> &'static str
Returns the name of the SIMD kernel tier active for this build.
Useful for diagnostics and benchmarking.
println!("Active kernel: {}", rlnc_simdx::active_kernel());