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.
1 parent 0a7e815 commit 418bafaCopy full SHA for 418bafa
include/shady/ir/composite.h
@@ -18,6 +18,7 @@ static inline bool shd_is_aggregate_t(const Type* t) {
18
case VectorType_TAG:
19
case MatrixType_TAG:
20
return true;
21
+ default: break;
22
}
23
return false;
24
0 commit comments