Skip to main content

get_simd_ext

Function get_simd_ext 

Source
pub fn get_simd_ext() -> &'static dyn SimdOpsExt
Expand description

Get the best extended SIMD implementation for the current CPU.

Returns a reference to the optimal extended SIMD implementation (with additional operations like transpose and butterfly).

ยงReturns

A static reference to a SimdOpsExt implementation.