From 5919671102fa1b05863786291c24f05d5292f0e4 Mon Sep 17 00:00:00 2001 From: Julia Jiang <56359287+jujiang-del@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:20:39 -0400 Subject: [PATCH] SWDEV-560097 - Fix math API doc for __frcp_rn and __drcp_rn (#1393) --- projects/hip/docs/reference/math_api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip/docs/reference/math_api.rst b/projects/hip/docs/reference/math_api.rst index 06902e2290..419b1c8740 100644 --- a/projects/hip/docs/reference/math_api.rst +++ b/projects/hip/docs/reference/math_api.rst @@ -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