Skip to content

Commit 38979f6

Browse files
authored
remove nextafter TODO (#1140)
1 parent 88c23e4 commit 38979f6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

OpenCL_C.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5469,8 +5469,6 @@ endif::cl_khr_fp16[]
54695469
| Returns a quiet NaN.
54705470
The _nancode_ may be placed in the significand of the resulting NaN.
54715471
| gentype *nextafter*(gentype _x_, gentype _y_)
5472-
// TODO shouldn't this be "next representable FP value of the precision of
5473-
// its arguments"? See the OpenCL-Docs issue.
54745472
| Computes the next representable floating-point value
54755473
following _x_ in the direction of _y_.
54765474
Thus, if _y_ is less than _x_, *nextafter*() returns the largest

0 commit comments

Comments
 (0)