Merge commit '7911186ed616ae81dd8617d6d0e8b08c818db9d8'
* commit '7911186ed616ae81dd8617d6d0e8b08c818db9d8': emms: Give apriv_emms_yasm() a more general name Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
		
						commit
						c97e986e90
					
				@ -23,8 +23,8 @@
 | 
			
		||||
SECTION .text
 | 
			
		||||
 | 
			
		||||
;-----------------------------------------------------------------------------
 | 
			
		||||
; void avpriv_emms_yasm(void)
 | 
			
		||||
; void avpriv_emms_asm(void)
 | 
			
		||||
;-----------------------------------------------------------------------------
 | 
			
		||||
cvisible emms_yasm, 0, 0
 | 
			
		||||
cvisible emms_asm, 0, 0
 | 
			
		||||
    emms
 | 
			
		||||
    RET
 | 
			
		||||
 | 
			
		||||
@ -23,7 +23,7 @@
 | 
			
		||||
#include "libavutil/attributes.h"
 | 
			
		||||
#include "libavutil/cpu.h"
 | 
			
		||||
 | 
			
		||||
void avpriv_emms_yasm(void);
 | 
			
		||||
void avpriv_emms_asm(void);
 | 
			
		||||
 | 
			
		||||
#if HAVE_MMX_INLINE
 | 
			
		||||
#   define emms_c emms_c
 | 
			
		||||
@ -49,7 +49,7 @@ static av_always_inline void emms_c(void)
 | 
			
		||||
#   include <mmintrin.h>
 | 
			
		||||
#   define emms_c _mm_empty
 | 
			
		||||
#elif HAVE_MMX_EXTERNAL
 | 
			
		||||
#   define emms_c avpriv_emms_yasm
 | 
			
		||||
#   define emms_c avpriv_emms_asm
 | 
			
		||||
#endif /* HAVE_MMX_INLINE */
 | 
			
		||||
 | 
			
		||||
#endif /* AVUTIL_X86_EMMS_H */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user