Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove nextafter TODO #1140

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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