You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Convert packed single-precision (32-bit) floating-point elements in a to packed half-precision (16-bit) floating-point elements, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).\
15531
15531
/// Rounding is done according to the imm8\[2:0\] parameter, which can be one of:
15532
-
/// * [`_MM_FROUND_TO_NEAREST_INT`] | [`_MM_FROUND_NO_EXC`] : round to nearest and suppress exceptions
15533
-
/// * [`_MM_FROUND_TO_NEG_INF`] | [`_MM_FROUND_NO_EXC`] : round down and suppress exceptions
15534
-
/// * [`_MM_FROUND_TO_POS_INF`] | [`_MM_FROUND_NO_EXC`] : round up and suppress exceptions
15535
-
/// * [`_MM_FROUND_TO_ZERO`] | [`_MM_FROUND_NO_EXC`] : truncate and suppress exceptions
15532
+
/// * [`_MM_FROUND_TO_NEAREST_INT`] : round to nearest
15533
+
/// * [`_MM_FROUND_TO_NEG_INF`] : round down
15534
+
/// * [`_MM_FROUND_TO_POS_INF`] : round up
15535
+
/// * [`_MM_FROUND_TO_ZERO`] : truncate
15536
15536
/// * [`_MM_FROUND_CUR_DIRECTION`] : use `MXCSR.RC` - see [`_MM_SET_ROUNDING_MODE`]
/// Convert packed single-precision (32-bit) floating-point elements in a to packed half-precision (16-bit) floating-point elements, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).\
15559
15559
/// Rounding is done according to the imm8\[2:0\] parameter, which can be one of:\
15560
-
/// * [`_MM_FROUND_TO_NEAREST_INT`] | [`_MM_FROUND_NO_EXC`] : round to nearest and suppress exceptions
15561
-
/// * [`_MM_FROUND_TO_NEG_INF`] | [`_MM_FROUND_NO_EXC`] : round down and suppress exceptions
15562
-
/// * [`_MM_FROUND_TO_POS_INF`] | [`_MM_FROUND_NO_EXC`] : round up and suppress exceptions
15563
-
/// * [`_MM_FROUND_TO_ZERO`] | [`_MM_FROUND_NO_EXC`] : truncate and suppress exceptions
15560
+
/// * [`_MM_FROUND_TO_NEAREST_INT`] : round to nearest
15561
+
/// * [`_MM_FROUND_TO_NEG_INF`] : round down
15562
+
/// * [`_MM_FROUND_TO_POS_INF`] : round up
15563
+
/// * [`_MM_FROUND_TO_ZERO`] : truncate
15564
15564
/// * [`_MM_FROUND_CUR_DIRECTION`] : use `MXCSR.RC` - see [`_MM_SET_ROUNDING_MODE`]
/// Convert packed single-precision (32-bit) floating-point elements in a to packed half-precision (16-bit) floating-point elements, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).\
15582
15582
/// Rounding is done according to the imm8\[2:0\] parameter, which can be one of:\
15583
-
/// * [`_MM_FROUND_TO_NEAREST_INT`] | [`_MM_FROUND_NO_EXC`] : round to nearest and suppress exceptions
15584
-
/// * [`_MM_FROUND_TO_NEG_INF`] | [`_MM_FROUND_NO_EXC`] : round down and suppress exceptions
15585
-
/// * [`_MM_FROUND_TO_POS_INF`] | [`_MM_FROUND_NO_EXC`] : round up and suppress exceptions
15586
-
/// * [`_MM_FROUND_TO_ZERO`] | [`_MM_FROUND_NO_EXC`] : truncate and suppress exceptions
15583
+
/// * [`_MM_FROUND_TO_NEAREST_INT`] : round to nearest
15584
+
/// * [`_MM_FROUND_TO_NEG_INF`] : round down
15585
+
/// * [`_MM_FROUND_TO_POS_INF`] : round up
15586
+
/// * [`_MM_FROUND_TO_ZERO`] : truncate
15587
15587
/// * [`_MM_FROUND_CUR_DIRECTION`] : use `MXCSR.RC` - see [`_MM_SET_ROUNDING_MODE`]
/// Convert packed single-precision (32-bit) floating-point elements in a to packed half-precision (16-bit) floating-point elements, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).\
15606
15606
/// Rounding is done according to the imm8\[2:0\] parameter, which can be one of:\
15607
-
/// * [`_MM_FROUND_TO_NEAREST_INT`] | [`_MM_FROUND_NO_EXC`] : round to nearest and suppress exceptions
15608
-
/// * [`_MM_FROUND_TO_NEG_INF`] | [`_MM_FROUND_NO_EXC`] : round down and suppress exceptions
15609
-
/// * [`_MM_FROUND_TO_POS_INF`] | [`_MM_FROUND_NO_EXC`] : round up and suppress exceptions
15610
-
/// * [`_MM_FROUND_TO_ZERO`] | [`_MM_FROUND_NO_EXC`] : truncate and suppress exceptions
15607
+
/// * [`_MM_FROUND_TO_NEAREST_INT`] : round to nearest
15608
+
/// * [`_MM_FROUND_TO_NEG_INF`] : round down
15609
+
/// * [`_MM_FROUND_TO_POS_INF`] : round up
15610
+
/// * [`_MM_FROUND_TO_ZERO`] : truncate
15611
15611
/// * [`_MM_FROUND_CUR_DIRECTION`] : use `MXCSR.RC` - see [`_MM_SET_ROUNDING_MODE`]
0 commit comments