slouken@1019: /* slouken@1019: headers for MMX assembler version of SDL_MixAudio slouken@1019: Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr) slouken@1019: This code is licensed under the LGPL (see COPYING for details) slouken@1019: slouken@1019: Assumes buffer size in bytes is a multiple of 16 slouken@1019: Assumes SDL_MIX_MAXVOLUME = 128 slouken@1019: */ slouken@1402: #include "SDL_config.h" slouken@539: slouken@1487: #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES) slouken@539: void SDL_MixAudio_MMX_S16(char* ,char* ,unsigned int ,int ); slouken@539: void SDL_MixAudio_MMX_S8(char* ,char* ,unsigned int ,int ); slouken@539: #endif slouken@539: