[FFmpeg-cvslog] r17922 - trunk/configure
diego
subversion
Tue Mar 10 00:33:27 CET 2009
Author: diego
Date: Tue Mar 10 00:33:27 2009
New Revision: 17922
Log:
Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Mar 10 00:27:38 2009 (r17921)
+++ trunk/configure Tue Mar 10 00:33:27 2009 (r17922)
@@ -1856,7 +1856,7 @@ EOF
# check whether binutils is new enough to compile SSSE3/MMX2
enabled ssse3 && check_asm ssse3 '"pabsw %xmm0, %xmm0"'
- enabled mmx2 && check_asm mmx2 '"movss %xmm0, %xmm0"'
+ enabled mmx2 && check_asm mmx2 '"pmaxub %mm0, %mm1"'
check_asm bswap '"bswap %%eax" ::: "%eax"'
More information about the ffmpeg-cvslog
mailing list