SWDEV-560097 - Fix math API doc for __frcp_rn and __drcp_rn (#1393)

This commit is contained in:
Julia Jiang
2025-10-17 11:20:39 -04:00
committed by GitHub
parent dae5b30a1a
commit 5919671102
+2 -2
View File
@@ -1339,7 +1339,7 @@ Floating-point Intrinsics
| :math:`y \in [-100, 100]`
- 0
* - | ``float __frcp_rn(float x, float y)``
* - | ``float __frcp_rn(float x)``
| Returns ``1 / x`` in round-to-nearest-even mode.
- :math:`x \in [-100, 100]`
- 0
@@ -1427,7 +1427,7 @@ Floating-point Intrinsics
| :math:`y \in [-100, 100]`
- 0
* - | ``double __drcp_rn(double x, double y)``
* - | ``double __drcp_rn(double x)``
| Returns ``1 / x`` in round-to-nearest-even mode.
- :math:`x \in [-100, 100]`
- 0