summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Becker <sylvain.becker@gmail.com>2021-01-29 13:38:39 +0100
committerSylvain Becker <sylvain.becker@gmail.com>2021-01-29 13:38:39 +0100
commite40435273d3ade7d8b2ed6daea5a11261d00718d (patch)
treeb6075bebe40e967124701d2dab11cf25483644bb
parentcd216a078f3acdadb8ce4afaa7a13762395655c5 (diff)
downloadsdl-e40435273d3ade7d8b2ed6daea5a11261d00718d.tar.gz
Remove old YUV fixme
-rw-r--r--src/render/SDL_yuv_sw_c.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/render/SDL_yuv_sw_c.h b/src/render/SDL_yuv_sw_c.h
index 14938feb2..df2fae422 100644
--- a/src/render/SDL_yuv_sw_c.h
+++ b/src/render/SDL_yuv_sw_c.h
@@ -66,11 +66,6 @@ int SDL_SW_CopyYUVToRGB(SDL_SW_YUVTexture * swdata, const SDL_Rect * srcrect,
int pitch);
void SDL_SW_DestroyYUVTexture(SDL_SW_YUVTexture * swdata);
-/* FIXME: This breaks on various versions of GCC and should be rewritten using intrinsics */
-#if 0 /* (__GNUC__ > 2) && defined(__i386__) && __OPTIMIZE__ && SDL_ASSEMBLY_ROUTINES && !defined(__clang__) */
-#define USE_MMX_ASSEMBLY 1
-#endif
-
#endif /* SDL_yuv_sw_c_h_ */
/* vi: set ts=4 sw=4 expandtab: */