Author | SHA1 | Message | Date |
---|---|---|---|
|
331e7c4cb3 |
imdct36: mark SSE functions as using all 16 XMM registers.
On x86-64, it indeed uses all 16 registers (and on x86-32, this gets clipped to 8). Not marking it properly causes callers of this function to fail randomly because of XMM register clobbering. |
13 years ago |
|
3b15a6d742 |
config.asm: change %ifdef directives to %if directives.
This allows combining multiple conditionals in a single statement. |
13 years ago |
|
39df0c434c |
mpegaudiodec: optimized iMDCT transform
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> |
13 years ago |