mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 17:40:15 +00:00 
			
		
		
		
	 065ad910f1
			
		
	
	
		065ad910f1
		
	
	
	
	
		
			
			Previously we relied on assumption that clang always needs -no-integrated-as but it's not always true.
		
			
				
	
	
		
			9 lines
		
	
	
		
			202 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			202 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
| /* clang <= 3.3 doesn't handle most of ppc assembly, not even inline assembly
 | |
|    used by gcrypt */
 | |
| /* Cache invalidation loop is a fair test.  */
 | |
| 	li 5, 0
 | |
| 1:	icbi 5, 3
 | |
| 	addi 5, 5, 32
 | |
| 	cmpw 5, 4
 | |
| 	blt 1b
 |