|
|
@@ -131,7 +131,7 @@ DEFINE_SSE_FILLRECT(2, Uint16)
|
|
|
DEFINE_SSE_FILLRECT(4, Uint32)
|
|
|
|
|
|
/* *INDENT-ON* */ // clang-format on
|
|
|
-#endif // __SSE__
|
|
|
+#endif // SDL_SSE_INTRINSICS
|
|
|
|
|
|
#ifdef SDL_LSX_INTRINSICS
|
|
|
/* *INDENT-OFF* */ // clang-format off
|
|
|
@@ -194,7 +194,7 @@ static void SDL_TARGETING("lsx") SDL_FillSurfaceRect##bpp##LSX(Uint8 *pixels, in
|
|
|
DEFINE_LSX_FILLRECT(4, Uint32)
|
|
|
|
|
|
/* *INDENT-ON* */ // clang-format on
|
|
|
-#endif /* __LSX__ */
|
|
|
+#endif // SDL_LSX_INTRINSICS
|
|
|
|
|
|
static void SDL_FillSurfaceRect1(Uint8 *pixels, int pitch, Uint32 color, int w, int h)
|
|
|
{
|