Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead.
Originally committed as revision 17922 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									f49568a467
								
							
						
					
					
						commit
						5fd89ca03f
					
				
							
								
								
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							@ -1856,7 +1856,7 @@ EOF
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    # check whether binutils is new enough to compile SSSE3/MMX2
 | 
					    # check whether binutils is new enough to compile SSSE3/MMX2
 | 
				
			||||||
    enabled ssse3 && check_asm ssse3 '"pabsw %xmm0, %xmm0"'
 | 
					    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"'
 | 
					    check_asm bswap '"bswap %%eax" ::: "%eax"'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user