Skip to content

Commit

Permalink
Merge branch 'fork_7' of github.com:0xPolygonHermez/zkevm-prover into…
Browse files Browse the repository at this point in the history
… fork_7
  • Loading branch information
fractasy committed Dec 22, 2023
2 parents d5ce15a + 8e88f45 commit 446fb07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ void ZkevmSteps::step42ns_parser_first_avx(StepsParams &params, uint64_t nrows,
offsets2[j] = args42[i_args + 5] + (((i + j) + args42[i_args + 6]) % args42[i_args + 7]) * numpols;
}
Goldilocks::mul_avx(tmp1[args42[i_args]], &params.pols[0], &params.pConstPols2ns->getElement(0, 0), offsets1, offsets2);
i_args += 6;
i_args += 8;
break;
}
case 91:
Expand Down

0 comments on commit 446fb07

Please sign in to comment.