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

Этот коммит содержится в:
Julia Jiang
2025-10-17 11:20:39 -04:00
коммит произвёл GitHub
родитель dae5b30a1a
Коммит 5919671102
+2 -2
Просмотреть файл
@@ -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