pub fn sort_f32(src: &[f32], dst: &mut [f32], dir_ascending: bool)
Insertion sort for f32 (ascending or descending order).