mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
Identifiers starting with __ are reserved for the system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25353 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2912d9ee57
commit
0febd8cf0f
@ -31,7 +31,7 @@
|
||||
|
||||
#include "mangle.h"
|
||||
|
||||
#ifdef __DCT36_OPTIMIZE_FOR_K7
|
||||
#ifdef DCT36_OPTIMIZE_FOR_K7
|
||||
void dct36_3dnowex(real *inbuf, real *o1,
|
||||
real *o2, real *wintab, real *tsbuf)
|
||||
#else
|
||||
@ -171,7 +171,7 @@ void dct36_3dnow(real *inbuf, real *o1,
|
||||
"movd 108(%%edx),%%mm6\n\t"
|
||||
"punpckldq 104(%%edx),%%mm6\n\t"
|
||||
"pfmul %%mm6,%%mm5\n\t"
|
||||
#ifdef __DCT36_OPTIMIZE_FOR_K7
|
||||
#ifdef DCT36_OPTIMIZE_FOR_K7
|
||||
"pswapd %%mm5,%%mm5\n\t"
|
||||
"movq %%mm5,32(%%ecx)\n\t"
|
||||
#else
|
||||
|
@ -29,6 +29,6 @@
|
||||
* 2003/06/21: Moved to GCC inline assembly - Alex Beregszaszi
|
||||
*/
|
||||
|
||||
#define __DCT36_OPTIMIZE_FOR_K7
|
||||
#define DCT36_OPTIMIZE_FOR_K7
|
||||
|
||||
#include "dct36_3dnow.c"
|
||||
|
Loading…
Reference in New Issue
Block a user