mirror of https://github.com/mpv-player/mpv
unstable gcc-3.0 warning surpressing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1117 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
178105b657
commit
1952418658
|
@ -61,21 +61,21 @@ static complex_t HSQRT2_3DNOW __attribute__ ((aligned (8))) = { 0.707106781188,
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_3DNOWEX
|
||||
#define PSWAP_MM(mm_base,mm_hlp) "pswapd "##mm_base","##mm_base"\n\t"
|
||||
#define PSWAP_MM(mm_base,mm_hlp) "pswapd "mm_base","mm_base"\n\t"
|
||||
#else
|
||||
#define PSWAP_MM(mm_base,mm_hlp)\
|
||||
"movq "##mm_base","##mm_hlp"\n\t"\
|
||||
"psrlq $32, "##mm_base"\n\t"\
|
||||
"punpckldq "##mm_hlp","##mm_base"\n\t"
|
||||
"movq "mm_base","mm_hlp"\n\t"\
|
||||
"psrlq $32, "mm_base"\n\t"\
|
||||
"punpckldq "mm_hlp","mm_base"\n\t"
|
||||
#endif
|
||||
#ifdef HAVE_3DNOWEX
|
||||
#define PFNACC_MM(mm_base,mm_hlp) "pfnacc "##mm_base","##mm_base"\n\t"
|
||||
#define PFNACC_MM(mm_base,mm_hlp) "pfnacc "mm_base","mm_base"\n\t"
|
||||
#else
|
||||
#define PFNACC_MM(mm_base,mm_hlp)\
|
||||
"movq "##mm_base","##mm_hlp"\n\t"\
|
||||
"psrlq $32,"##mm_hlp"\n\t"\
|
||||
"punpckldq "##mm_hlp","##mm_hlp"\n\t"\
|
||||
"pfsub "##mm_hlp","##mm_base"\n\t"
|
||||
"movq "mm_base","mm_hlp"\n\t"\
|
||||
"psrlq $32,"mm_hlp"\n\t"\
|
||||
"punpckldq "mm_hlp","mm_hlp"\n\t"\
|
||||
"pfsub "mm_hlp","mm_base"\n\t"
|
||||
#endif
|
||||
|
||||
#define TRANSZERO_3DNOW(A0,A4,A8,A12) \
|
||||
|
|
Loading…
Reference in New Issue