SDL_fillrect.c: updated SSE_BEGIN macro for windows clang-cl

from a patchset by Vladislav Dmitrievich Turbanov:
https://github.com/libsdl-org/SDL/pull/4062
main
Ozkan Sezer 2021-03-04 18:27:56 +03:00
parent 0ed1713128
commit dd5aff308a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#ifdef __SSE__
/* *INDENT-OFF* */
#ifdef _MSC_VER
#if defined(_MSC_VER) && !defined(__clang__)
#define SSE_BEGIN \
__m128 c128; \
c128.m128_u32[0] = color; \