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 0ed1713 commit dd5aff3Copy full SHA for dd5aff3
src/video/SDL_fillrect.c
@@ -28,7 +28,7 @@
28
#ifdef __SSE__
29
/* *INDENT-OFF* */
30
31
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && !defined(__clang__)
32
#define SSE_BEGIN \
33
__m128 c128; \
34
c128.m128_u32[0] = color; \
0 commit comments