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 dadaca2 commit b942931Copy full SHA for b942931
clang/lib/Headers/gpuintrin.h
@@ -33,6 +33,8 @@
33
#error "This header is only meant to be used on GPU architectures."
34
#endif
35
36
+#include <stdint.h>
37
+
38
#if !defined(__cplusplus)
39
_Pragma("push_macro(\"bool\")");
40
#define bool _Bool
0 commit comments