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.
char
int
1 parent 29d3d4e commit 4238a79Copy full SHA for 4238a79
flang-rt/lib/runtime/support.cpp
@@ -19,7 +19,7 @@ bool RTDEF(IsContiguous)(const Descriptor &descriptor) {
19
return descriptor.IsContiguous();
20
}
21
22
-bool RTDEF(IsContiguousUpTo)(const Descriptor &descriptor, char dim) {
+bool RTDEF(IsContiguousUpTo)(const Descriptor &descriptor, int dim) {
23
return descriptor.IsContiguous(dim);
24
25
0 commit comments