x86/float_dsp: use SWAP in vector_fmac_scalar Win64
The mova is unnecessary Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
							parent
							
								
									cb53beb81a
								
							
						
					
					
						commit
						3b808900af
					
				| @ -69,11 +69,11 @@ cglobal vector_fmac_scalar, 4,4,3, dst, src, mul, len | |||||||
|     VBROADCASTSS m0, mulm |     VBROADCASTSS m0, mulm | ||||||
| %else | %else | ||||||
| %if WIN64 | %if WIN64 | ||||||
|     mova       xmm0, xmm2 |     SWAP 0, 2 | ||||||
| %endif | %endif | ||||||
|     shufps     xmm0, xmm0, 0 |     shufps      xm0, xm0, 0 | ||||||
| %if cpuflag(avx) | %if cpuflag(avx) | ||||||
|     vinsertf128  m0, m0, xmm0, 1 |     vinsertf128  m0, m0, xm0, 1 | ||||||
| %endif | %endif | ||||||
| %endif | %endif | ||||||
|     lea    lenq, [lend*4-64] |     lea    lenq, [lend*4-64] | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user