mirror of
				https://git.wownero.com/wownero/RandomWOW.git
				synced 2024-08-15 00:23:14 +00:00 
			
		
		
		
	Merge pull request #128 from SChernykh/master
Workaround for a bug in binutils-2.32-1 on ARM
This commit is contained in:
		
						commit
						a3d830064b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -488,12 +488,13 @@ randomx_calc_dataset_item_aarch64: | |||
| 	stp	x10, x11, [sp, 80] | ||||
| 	stp	x12, x13, [sp, 96] | ||||
| 
 | ||||
| 	ldr	x12, superscalarMul0 | ||||
| 
 | ||||
| 	mov	x8, x0 | ||||
| 	mov	x9, x1 | ||||
| 	mov	x10, x2 | ||||
| 
 | ||||
| 	# rl[0] = (itemNumber + 1) * superscalarMul0;
 | ||||
| 	ldr	x12, superscalarMul0 | ||||
| 	madd	x0, x2, x12, x12 | ||||
| 
 | ||||
| 	# rl[1] = rl[0] ^ superscalarAdd1;
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue