Skip to main content

active_kernel

Function active_kernel 

Source
pub fn active_kernel() -> &'static str
Expand description

Returns the name of the SIMD kernel tier active for this build.

Useful for diagnostics and benchmarking.

§Example

println!("Active kernel: {}", rlnc_simdx::active_kernel());