Function _mm256_round_ps

#[target_feature(enable = "avx")]
pub fn _mm256_round_ps(a: __m256, ROUNDING: i32) -> __m256

Rounds packed single-precision (32-bit) floating point elements in a according to the flag ROUNDING. The value of ROUNDING may be as follows:

For a complete list of options, check the LLVM docs.

Intel's documentation