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
Copy file name to clipboardExpand all lines: document/core/exec/numerics.rst
+20-11Lines changed: 20 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2168,25 +2168,33 @@ The result for NaN's and out-of-range values is host-dependent.
2168
2168
:math:`\relaxedlane_N(i_1, i_2, i_3)`
2169
2169
.....................................
2170
2170
2171
-
* If :math:`i_3` is :math:`2^N - 1`, return :math:`i_1`.
2171
+
* :math:`\EXPROFDET` If :math:`i_3` is :math:`2^N - 1`, return :math:`i_1`.
2172
2172
2173
-
* Else if :math:`i_3` is :math:`0`, return :math:`i_2`.
2173
+
* :math:`\EXPROFDET` Else if :math:`i_3` is :math:`0`, return :math:`i_2`.
2174
2174
2175
-
* :math:`\EXPROFDET` Else if :math:`\signed_n(i_3)` is less than:math:`0`, return either :math:`\ibitselect_n(i_1, i_2, i_3)` or :math:`i_1`.
2175
+
* :math:`\EXPROFDET` Otherwise return either :math:`\ibitselect_n(i_1, i_2, i_3)` or :math:`i_1` or:math:`i_2` or :math:`\F{top\_bit\_byteselect_N}(i_1, i_2, i_3)`.
2176
2176
2177
-
* :math:`\EXPROFDET` Otherwise return either :math:`\ibitselect_n(i_1, i_2, i_3)` or :math:`i_2`.
0 commit comments