1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02:00

disable nonworking/broken code for now till I find out what it is supposed to do.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20520 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-10-29 18:16:00 +00:00
parent ef5dee5d56
commit b7546da924
2 changed files with 6 additions and 0 deletions

View File

@ -617,6 +617,8 @@ void dct64_MMX_3dnow(real *a,real *b,real *c)
" punpckldq %%mm1, %%mm0\n\t"
" movq %%mm0, 116(%%edx)\n\t"
// this code is broken, there is nothing modifying the z flag above.
#if 0
" jnz .L01\n\t"
/* Phase 7*/
@ -738,6 +740,7 @@ void dct64_MMX_3dnow(real *a,real *b,real *c)
" jmp .L_bye\n\t"
".L01:\n\t"
#endif
/* Phase 9*/
" movq (%%ecx), %%mm0\n\t"

View File

@ -463,6 +463,8 @@ void dct64_MMX_3dnowex(real *a,real *b,real *c)
" punpckldq %%mm1, %%mm0\n\t"
" movq %%mm0, 116(%%edx)\n\t"
// this code is broken, there is nothing modifying the z flag above.
#if 0
" jnz .L01\n\t"
/* Phase 7*/
@ -584,6 +586,7 @@ void dct64_MMX_3dnowex(real *a,real *b,real *c)
" jmp .L_bye\n\t"
".L01: \n\t"
#endif
/* Phase 9*/
" movq (%%ecx), %%mm0\n\t"