Commit 5f3ed903 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Merged r3207:3208 from trunk/SDL: *INDENT-OFF* for inline asm.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402481
parent fcba6720
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
#include "mmx.h" #include "mmx.h"
/* *INDENT-OFF* */
static mmx_t MMX_0080w = { .ud = {0x00800080, 0x00800080} }; static mmx_t MMX_0080w = { .ud = {0x00800080, 0x00800080} };
static mmx_t MMX_00FFw = { .ud = {0x00ff00ff, 0x00ff00ff} }; static mmx_t MMX_00FFw = { .ud = {0x00ff00ff, 0x00ff00ff} };
static mmx_t MMX_FF00w = { .ud = {0xff00ff00, 0xff00ff00} }; static mmx_t MMX_FF00w = { .ud = {0xff00ff00, 0xff00ff00} };
...@@ -425,5 +427,7 @@ void Color565DitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix, ...@@ -425,5 +427,7 @@ void Color565DitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix,
); );
} }
/* *INDENT-ON* */
#endif /* GCC3 i386 inline assembly */ #endif /* GCC3 i386 inline assembly */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment