pub fn convert_truncate_to_i32_m128i_from_m256d(a: m256d) -> m128i
Available with target feature avx only.
Expand description

Convert f64 lanes to i32 lanes with truncation.