Skip to content

Commit

Permalink
remove nextafter TODO (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug authored Apr 3, 2024
1 parent 88c23e4 commit 38979f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OpenCL_C.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5469,8 +5469,6 @@ endif::cl_khr_fp16[]
| Returns a quiet NaN.
The _nancode_ may be placed in the significand of the resulting NaN.
| gentype *nextafter*(gentype _x_, gentype _y_)
// TODO shouldn't this be "next representable FP value of the precision of
// its arguments"? See the OpenCL-Docs issue.
| Computes the next representable floating-point value
following _x_ in the direction of _y_.
Thus, if _y_ is less than _x_, *nextafter*() returns the largest
Expand Down

0 comments on commit 38979f6

Please sign in to comment.