mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	revert x86 define check, modify makefiles
This commit is contained in:
		
							parent
							
								
									eab9a07e3f
								
							
						
					
					
						commit
						600c7b5b26
					
				
					 8 changed files with 87 additions and 110 deletions
				
			
		| 
						 | 
				
			
			@ -829,8 +829,6 @@ namespace data
 | 
			
		|||
	{
 | 
			
		||||
		XORMetric m;
 | 
			
		||||
#if defined(__x86_64__) || defined(__i386__)
 | 
			
		||||
#pragma GCC push_options
 | 
			
		||||
#pragma GCC target("avx")
 | 
			
		||||
		if(i2p::cpu::avx)
 | 
			
		||||
		{
 | 
			
		||||
			__asm__
 | 
			
		||||
| 
						 | 
				
			
			@ -845,7 +843,6 @@ namespace data
 | 
			
		|||
			);
 | 
			
		||||
		}
 | 
			
		||||
		else
 | 
			
		||||
#pragma GCC pop_options
 | 
			
		||||
#endif
 | 
			
		||||
		{
 | 
			
		||||
			const uint64_t * hash1 = key1.GetLL (), * hash2 = key2.GetLL ();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue