This patch adds the standard macro definition _MM_FROUND_TO_NEAREST_TIES_EVEN
for specifying the IEEE rounding to nearest attribute `roundTiesToEven` for
AVX512 floating-point intrinsics.
More information can be found in the original email to this list
https://gcc.gnu.org/pipermail/gcc-patc
Hi,
I'm writing to ask that someone with write access to the git repo apply
this patch, which provides the macro definition
`_MM_FROUND_TO_NEAREST_TIES_EVEN`.
Intrinsics such as `_mm512_add_round_ps` take a rounding mode argument to
specify the floating point rounding mode. This and s
Hi,
I'm writing to ask that someone with write access to the git repo apply
this patch, which provides the macro definition
`_MM_FROUND_TO_NEAREST_TIES_EVEN`.
Intrinsics such as `_mm512_add_round_ps` take a rounding mode argument to
specify the floating point rounding mode. This and si