Mercurial > sdl-ios-xcode
comparison src/audio/SDL_mixer_MMX_VC.c @ 1442:e3242177fe4a
Updated OS/2 build, yay!
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 26 Feb 2006 19:30:21 +0000 |
parents | d910939febfa |
children | 782fd950bd46 c121d94672cb 328a3f973890 |
comparison
equal
deleted
inserted
replaced
1441:b9f034536fa0 | 1442:e3242177fe4a |
---|---|
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #include "SDL_mixer_MMX_VC.h" | 24 #include "SDL_mixer_MMX_VC.h" |
25 | 25 |
26 #if defined(_MSC_VER) && defined(M_I86) && defined(SDL_ASSEMBLY_ROUTINES) | 26 #if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES) |
27 // MMX assembler version of SDL_MixAudio for signed little endian 16 bit samples and signed 8 bit samples | 27 // MMX assembler version of SDL_MixAudio for signed little endian 16 bit samples and signed 8 bit samples |
28 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr) | 28 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr) |
29 // Converted to Intel ASM notation by Cth | 29 // Converted to Intel ASM notation by Cth |
30 // This code is licensed under the LGPL (see COPYING for details) | 30 // This code is licensed under the LGPL (see COPYING for details) |
31 // | 31 // |