annotate decoders/libmpg123/decode_3dnowext.S @ 591:8faf61a640f0
tip
Resynced fixes for unit conversion bugs in the Ogg Tremor decoder from SoundDecoder/ALmixer.
Ogg Vorbis uses seconds and we multiply by 1000 to convert to milliseconds. But Ogg Tremor already uses milliseconds but I was still multiplying by 1000.
author |
Eric Wing <ewing . public |-at-| gmail . com> |
date |
Thu, 25 Oct 2012 16:34:18 -0700 |
parents |
7e08477b0fc1 |
children |
|
rev |
line source |
562
|
1 #include "mangle.h"
|
|
2 #define MPL_DCT64 ASM_NAME(dct64_3dnowext)
|
|
3 #define SYNTH_NAME ASM_NAME(synth_1to1_3dnowext_asm)
|
|
4 #include "decode_sse3d.h"
|
|
5
|
|
6 /* Mark non-executable stack. */
|
|
7 #if defined(__linux__) && defined(__ELF__)
|
|
8 .section .note.GNU-stack,"",%progbits
|
|
9 #endif
|