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 b21d5be commit b3bd638Copy full SHA for b3bd638
include/SDL_gpu.h
@@ -69,7 +69,7 @@ extern "C" {
69
#define SDL_GPU_BITNESS 32
70
#endif
71
#define SDL_GPU_LONG_SIZE 4
72
-#elif defined(__clang__) || defined(__INTEL_COMPILER) || defined(__GNUC__)
+#elif defined(__clang__) || defined(__INTEL_COMPILER) || defined(__GNUC__) || defined(__TINYC__)
73
#if defined(__x86_64)
74
#define SDL_GPU_BITNESS 64
75
#else
0 commit comments