mirror of
				https://git.wownero.com/wownero/RandomWOW.git
				synced 2024-08-15 00:23:14 +00:00 
			
		
		
		
	Increase the frequency of CBRANCH (#118)
This commit is contained in:
		
							parent
							
								
									1fa1ef2047
								
							
						
					
					
						commit
						22689eda49
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -15,7 +15,7 @@ RANDOMX_SCRATCHPAD_L2 EQU 262144t | ||||||
| RANDOMX_SCRATCHPAD_L1 EQU 16384t | RANDOMX_SCRATCHPAD_L1 EQU 16384t | ||||||
| RANDOMX_JUMP_BITS EQU 8t | RANDOMX_JUMP_BITS EQU 8t | ||||||
| RANDOMX_JUMP_OFFSET EQU 8t | RANDOMX_JUMP_OFFSET EQU 8t | ||||||
| RANDOMX_FREQ_IADD_RS EQU 25t | RANDOMX_FREQ_IADD_RS EQU 16t | ||||||
| RANDOMX_FREQ_IADD_M EQU 7t | RANDOMX_FREQ_IADD_M EQU 7t | ||||||
| RANDOMX_FREQ_ISUB_R EQU 16t | RANDOMX_FREQ_ISUB_R EQU 16t | ||||||
| RANDOMX_FREQ_ISUB_M EQU 7t | RANDOMX_FREQ_ISUB_M EQU 7t | ||||||
|  | @ -41,7 +41,7 @@ RANDOMX_FREQ_FSCAL_R EQU 6t | ||||||
| RANDOMX_FREQ_FMUL_R EQU 32t | RANDOMX_FREQ_FMUL_R EQU 32t | ||||||
| RANDOMX_FREQ_FDIV_M EQU 4t | RANDOMX_FREQ_FDIV_M EQU 4t | ||||||
| RANDOMX_FREQ_FSQRT_R EQU 6t | RANDOMX_FREQ_FSQRT_R EQU 6t | ||||||
| RANDOMX_FREQ_CBRANCH EQU 16t | RANDOMX_FREQ_CBRANCH EQU 25t | ||||||
| RANDOMX_FREQ_CFROUND EQU 1t | RANDOMX_FREQ_CFROUND EQU 1t | ||||||
| RANDOMX_FREQ_ISTORE EQU 16t | RANDOMX_FREQ_ISTORE EQU 16t | ||||||
| RANDOMX_FREQ_NOP EQU 0t | RANDOMX_FREQ_NOP EQU 0t | ||||||
|  |  | ||||||
|  | @ -82,7 +82,7 @@ Total sum of frequencies must be 256 | ||||||
| */ | */ | ||||||
| 
 | 
 | ||||||
| //Integer instructions
 | //Integer instructions
 | ||||||
| #define RANDOMX_FREQ_IADD_RS       25 | #define RANDOMX_FREQ_IADD_RS       16 | ||||||
| #define RANDOMX_FREQ_IADD_M         7 | #define RANDOMX_FREQ_IADD_M         7 | ||||||
| #define RANDOMX_FREQ_ISUB_R        16 | #define RANDOMX_FREQ_ISUB_R        16 | ||||||
| #define RANDOMX_FREQ_ISUB_M         7 | #define RANDOMX_FREQ_ISUB_M         7 | ||||||
|  | @ -112,7 +112,7 @@ Total sum of frequencies must be 256 | ||||||
| #define RANDOMX_FREQ_FSQRT_R        6 | #define RANDOMX_FREQ_FSQRT_R        6 | ||||||
| 
 | 
 | ||||||
| //Control instructions
 | //Control instructions
 | ||||||
| #define RANDOMX_FREQ_CBRANCH       16 | #define RANDOMX_FREQ_CBRANCH       25 | ||||||
| #define RANDOMX_FREQ_CFROUND        1 | #define RANDOMX_FREQ_CFROUND        1 | ||||||
| 
 | 
 | ||||||
| //Store instruction
 | //Store instruction
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue