Revert back BMI2 support.
This commit is contained in:
parent
8ab4c1c8bd
commit
cad15069c8
3 changed files with 1 additions and 13 deletions
2
xmrig.c
2
xmrig.c
|
@ -282,8 +282,6 @@ static void *miner_thread(void *userdata) {
|
|||
uint32_t max_nonce;
|
||||
uint32_t end_nonce = 0xffffffffU / opt_n_threads * (thr_id + 1) - 0x20;
|
||||
|
||||
applog(LOG_BLUE, "%d", sizeof(struct cryptonight_ctx));
|
||||
|
||||
struct cryptonight_ctx *persistentctx = (struct cryptonight_ctx *) create_persistent_ctx(thr_id);
|
||||
|
||||
if (cpu_info.count > 1 && opt_n_threads > 1 && opt_affinity != -1L) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue