Function _mm256_round_pd

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

Rounds packed double-precision (64-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