mirror of
https://github.com/yawut/SDL.git
synced 2026-04-22 08:37:27 -05:00
This commit is contained in:
parent
b21b05ee5d
commit
e9e009b4d5
|
|
@ -1621,7 +1621,7 @@ BlitRGBtoRGBPixelAlpha(SDL_BlitInfo * info)
|
|||
|
||||
#if GCC_ASMBLIT
|
||||
/* fast (as in MMX with prefetch) ARGB888->(A)RGB888 blending with pixel alpha */
|
||||
inline static void
|
||||
static void
|
||||
BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo * info)
|
||||
{
|
||||
int width = info->d_width;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user