view decoders/libmpg123/decode_sse.S @ 584:2e5e01679f32

Minor changes to mpg123.c to compile with Visual Studio and modern mpg123.c instead of bundled version.
author Eric Wing <ewing@anscamobile.com>
date Wed, 27 Apr 2011 19:13:29 -0700
parents 7e08477b0fc1
children
line wrap: on
line source

#include "mangle.h"
#define MPL_DCT64 ASM_NAME(dct64_sse)
#define SYNTH_NAME ASM_NAME(synth_1to1_sse_asm)
#include "decode_sse3d.h"

/* Mark non-executable stack. */
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif