mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 10:01:06 +00:00
Fixed scratchpad L2/L3 bit, from 18, 21 to 17 and 20.
This commit is contained in:
parent
0528ccd01e
commit
56e88f57fb
1 changed files with 2 additions and 2 deletions
|
@ -92,5 +92,5 @@ along with RandomX OpenCL. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
// Scratchpad L1/L2/L3 bits
|
// Scratchpad L1/L2/L3 bits
|
||||||
#define LOC_L1 (32 - 14)
|
#define LOC_L1 (32 - 14)
|
||||||
#define LOC_L2 (32 - 18)
|
#define LOC_L2 (32 - 17)
|
||||||
#define LOC_L3 (32 - 21)
|
#define LOC_L3 (32 - 20)
|
||||||
|
|
Loading…
Reference in a new issue