mirror of
				https://github.com/yuzu-emu/FasTC.git
				synced 2025-11-04 08:15:11 +00:00 
			
		
		
		
	Small cosmetic and newline change
This commit is contained in:
		
							parent
							
								
									dbabd5e399
								
							
						
					
					
						commit
						da0d2be695
					
				| 
						 | 
					@ -59,7 +59,7 @@ void PrintUsage() {
 | 
				
			||||||
  fprintf(stderr, "\t-n <num>\tCompress the image num times and give the average time and PSNR. Default: 1\n");
 | 
					  fprintf(stderr, "\t-n <num>\tCompress the image num times and give the average time and PSNR. Default: 1\n");
 | 
				
			||||||
  fprintf(stderr, "\t-simd\t\tUse SIMD compression path\n");
 | 
					  fprintf(stderr, "\t-simd\t\tUse SIMD compression path\n");
 | 
				
			||||||
  fprintf(stderr, "\t-t <num>\tCompress the image using <num> threads. Default: 1\n");
 | 
					  fprintf(stderr, "\t-t <num>\tCompress the image using <num> threads. Default: 1\n");
 | 
				
			||||||
  fprintf(stderr, "\t-a \tCompress the image using synchronization via atomic operations. Default: Off\n");
 | 
					  fprintf(stderr, "\t-a \t\tCompress the image using synchronization via atomic operations. Default: Off\n");
 | 
				
			||||||
  fprintf(stderr, "\t-j <num>\tUse <num> blocks for each work item in a worker queue threading model. Default: (Blocks / Threads)\n");
 | 
					  fprintf(stderr, "\t-j <num>\tUse <num> blocks for each work item in a worker queue threading model. Default: (Blocks / Threads)\n");
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue