Rounding Off Operations
- _mm512_ceil_pd/ _mm512_mask_ceil_pd
Rounds off to nearest upper integer. Vector variant of ceil(x) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_ceil_ps/ _mm512_mask_ceil_ps
Rounds off to nearest upper integer. Vector variant of ceil(x) function for a float32 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_floor_pd/ _mm512_mask_floor_pd
Rounds off to nearest lower integer. Vector variant of floor(x) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_floor_ps/ _mm512_mask_floor_ps
Rounds off to nearest lower integer. Vector variant of floor(x) function for a float32 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_nearbyint_pd/ _mm512_mask_nearbyint_pd
Rounds off to nearest integer in floating point format. Vector variant of nearbyint(x) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_nearbyint_ps/ _mm512_mask_nearbyint_ps
Rounds off to nearest integer in floating point format. Vector variant of nearbyint(x) function for a float32 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_rint_pd/ _mm512_mask_rint_pd
Rounds off to nearest even integer. Vector variant of rint(x) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_rint_ps/ _mm512_mask_rint_ps
Rounds off to nearest even integer. Vector variant of rint(x) function for a float32 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_svml_round_pd/ _mm512_mask_svml_round_pd
Rounds off to nearest integer. Vector variant of round(x) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_trunc_pd/ _mm512_mask_trunc_pd
Rounds off to nearest integer not larger in absolute value. Vector variant of trunc(x) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_trunc_ps/ _mm512_mask_trunc_ps
Rounds off to nearest integer not larger in absolute value. Vector variant of trunc(x) function for a float32 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).