equal
deleted
inserted
replaced
19 Sam Lantinga |
19 Sam Lantinga |
20 slouken@libsdl.org |
20 slouken@libsdl.org |
21 */ |
21 */ |
22 #include "SDL_config.h" |
22 #include "SDL_config.h" |
23 |
23 |
24 #if ((defined(_MSC_VER) && defined(M_I86)) || (defined(__WATCOMC__))) && defined(SDL_ASSEMBLY_ROUTINES) |
24 |
|
25 #if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES) |
25 // headers for MMX assembler version of SDL_MixAudio |
26 // headers for MMX assembler version of SDL_MixAudio |
26 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr) |
27 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr) |
27 // Converted to Intel ASM notation by Cth |
28 // Converted to Intel ASM notation by Cth |
28 // This code is licensed under the LGPL (see COPYING for details) |
29 // This code is licensed under the LGPL (see COPYING for details) |
29 // |
30 // |