Fixed scratchpad L2/L3 bit, from 18, 21 to 17 and 20.

This commit is contained in:
kevacoin 2020-03-05 11:23:49 -08:00
parent 0528ccd01e
commit 56e88f57fb

View file

@ -92,5 +92,5 @@ along with RandomX OpenCL. If not, see <http://www.gnu.org/licenses/>.
// Scratchpad L1/L2/L3 bits
#define LOC_L1 (32 - 14)
#define LOC_L2 (32 - 18)
#define LOC_L3 (32 - 21)
#define LOC_L2 (32 - 17)
#define LOC_L3 (32 - 20)