Revert back BMI2 support.

This commit is contained in:
XMRig 2017-04-21 12:05:28 +03:00
parent 8ab4c1c8bd
commit cad15069c8
3 changed files with 1 additions and 13 deletions

View file

@ -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) {