Skip to content

Commit

Permalink
OpenCL C: Update ULP requirements for half-precision divide and recip…
Browse files Browse the repository at this point in the history
…rocal

Update ULP requirements for these builtins to 1.0 as per discussion
on #1278
  • Loading branch information
Sreelakshmi Haridas Maruthur committed Dec 20, 2024
1 parent 34bc564 commit 3011077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenCL_C.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3011077

Please sign in to comment.