We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b7537c + 2cbf02a commit e2b66eeCopy full SHA for e2b66ee
clang/test/SemaCUDA/fp16-arg-return.cu
@@ -4,6 +4,6 @@
4
5
// expected-no-diagnostics
6
7
-__fp16 *testFP16AsArgAndReturn(__fp16 *x) {
+__fp16 testFP16AsArgAndReturn(__fp16 x) {
8
return x;
9
}
0 commit comments