Fixed check for mmx2 extensions.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1414 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-07-29 16:22:29 +00:00
parent 646686cc47
commit 78dda32178
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1283,7 +1283,7 @@ if [ "$_kernelextcheck" = "yes" ];then
if extcheck $_mmx "mmx" "emms" ; then _mmx=no ; fi
if extcheck $_3dnow "3dnow" "femms" ; then _3dnow=no ; fi
if extcheck $_3dnowex "3dnowex" "pswapd %%mm0, %%mm0" ; then _3dnowex=no ; fi
if extcheck $_mmx2 "mmx2" "movntq %%mm0, (%%eax)" ; then _mmx2=no ; fi
if extcheck $_mmx2 "mmx2" "sfence" ; then _mmx2=no ; fi
if extcheck $_sse "sse" "xorps %%xmm0, %%xmm0" ; then _sse=no ; fi
#if extcheck $_sse2 "sse2" "xorpd %%xmm0, %%xmm0" ; then _sse2=no ; fi
rm -f $TMPS $TMPO $TMPC