pub fn get_simd_ext() -> &'static dyn SimdOpsExtExpand 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.