Function _mm_round_pd

#[target_feature(enable = "sse4.1")]
pub fn _mm_round_pd(a: __m128d, ROUNDING: i32) -> __m128d

Round the packed double-precision (64-bit) floating-point elements in a using the ROUNDING parameter, and stores the results as packed double-precision floating-point elements. Rounding is done according to the rounding parameter, which can be one of:

Intel's documentation