mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	fixup! common: bit_util: Add BIT macro.
This commit is contained in:
		
							parent
							
								
									510f71d871
								
							
						
					
					
						commit
						a488b86e97
					
				| @ -44,6 +44,4 @@ template <typename T> | |||||||
|     return static_cast<u32>(log2_f + static_cast<u64>((value ^ (1ULL << log2_f)) != 0ULL)); |     return static_cast<u32>(log2_f + static_cast<u64>((value ^ (1ULL << log2_f)) != 0ULL)); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #define BIT(n) (1U << (n)) |  | ||||||
| 
 |  | ||||||
| } // namespace Common
 | } // namespace Common
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user