mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
							parent
							
								
									1d9640af5a
								
							
						
					
					
						commit
						ccedf1722a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -59,7 +59,7 @@ void dsp_sum_avx(struct dsp_ops *ops, float *r, const float *a, const float *b,
 | 
			
		|||
			_mm256_store_ps(&r[n+24], in[3]);
 | 
			
		||||
		}
 | 
			
		||||
	} else {
 | 
			
		||||
		for (n = 0; n < unrolled; n += 16) {
 | 
			
		||||
		for (n = 0; n < unrolled; n += 32) {
 | 
			
		||||
			in[0] = _mm256_loadu_ps(&a[n+ 0]);
 | 
			
		||||
			in[1] = _mm256_loadu_ps(&a[n+ 8]);
 | 
			
		||||
			in[2] = _mm256_loadu_ps(&a[n+16]);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue