-
Notifications
You must be signed in to change notification settings - Fork 67
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
Change return type for "abs_diff" #441
Change return type for "abs_diff" #441
Conversation
b07970b
to
4437aa9
Compare
Change `abs_diff` so that its return type is the same as the type of its parameters. This makes the signature consistent with `abs`. Closes internal issue 655.
e2e56a7
to
bcf0202
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
fa63259
into
KhronosGroup:gmlueck/gentype-funcs-v2
Hi @keryell, I think this PR should not have been merged yet because it is "stacked" on top of #440. Merging it just merges it to my private branch. We should wait for #440 to be merged, then I'll retarget these PRs to the "SYCL-2020/master" branch. Once that happens, we can merge them. I converted the remaining "stacked" PRs to draft status for now to prevent them from being merged. |
Oops. I merged this by error. :-( |
Yes, I will fix it up tomorrow. |
I couldn't find a way to reopen a PR that is already merged, so I created a new PR instead: #458. Could those people who approved this PR also approve #458? I removed the incorrectly merged commits from https://github.com/KhronosGroup/SYCL-Docs/tree/gmlueck/gentype-funcs-v2. |
Change
abs_diff
so that its return type is the same as the type of its parameters. This makes the signature consistent withabs
.Closes internal issue 655.