pub fn dispatch_view_mut<'a, T, Align>(
data: &'a mut [T],
) -> Option<DispatchedView<'a, T, Align, Unmasked, &'a mut [T]>>where
T: FloatElement,
Align: Alignment,Expand description
Dispatches a mutable slice into the best matching DispatchedView based on runtime CPU feature detection.