mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	daemon: make use of SIMD optional via config variable to ease debugging
This commit is contained in:
		
							parent
							
								
									9f4f374a19
								
							
						
					
					
						commit
						d088c8f05a
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -828,8 +828,10 @@ int main(int argc, char *argv[]) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pa_memtrap_install();
 | 
					    pa_memtrap_install();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    if (!getenv("PULSE_NO_SIMD")) {
 | 
				
			||||||
        pa_cpu_init_x86();
 | 
					        pa_cpu_init_x86();
 | 
				
			||||||
        pa_cpu_init_arm();
 | 
					        pa_cpu_init_arm();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pa_assert_se(mainloop = pa_mainloop_new());
 | 
					    pa_assert_se(mainloop = pa_mainloop_new());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue