From 3011077359dca0881ff2dd2b21e36739310a9424 Mon Sep 17 00:00:00 2001 From: Sreelakshmi Haridas Maruthur Date: Thu, 19 Dec 2024 17:37:37 -0700 Subject: [PATCH] OpenCL C: Update ULP requirements for half-precision divide and reciprocal Update ULP requirements for these builtins to 1.0 as per discussion on #1278 --- OpenCL_C.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCL_C.txt b/OpenCL_C.txt index e6ddbd90..457a95a8 100644 --- a/OpenCL_C.txt +++ b/OpenCL_C.txt @@ -16288,8 +16288,8 @@ is the infinitely precise result. | *_x_ + _y_* | Correctly rounded | Correctly rounded | *_x_ - _y_* | Correctly rounded | Correctly rounded | *_x_ * _y_* | Correctly rounded | Correctly rounded -| *1.0 / _x_* | Correctly rounded | \<= 1 ulp -| *_x_ / _y_* | Correctly rounded | \<= 1 ulp +| *1.0 / _x_* | \<= 1 ulp | \<= 1 ulp +| *_x_ / _y_* | \<= 1 ulp | \<= 1 ulp | | | | *acos* | \<= 2 ulp | \<= 3 ulp | *acosh* | \<= 2 ulp | \<= 3 ulp