Function _mm_round_ps

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

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

Intel's documentation