@ -885,6 +885,10 @@ struct Param {
if (!*pb) return;
Fp::init(pb, cp.xi_a, p, mode);
#ifdef MCL_DUMP_JIT
*pb = true;
return;
#endif
Fp2::init();
const Fp2 xi(cp.xi_a, 1);
g2 = Fp2::get_gTbl()[0];
@ -380,6 +380,9 @@ static bool initForMont(Op& op, const Unit *p, Mode mode)
#ifdef MCL_USE_XBYAK
if (op.fg == 0) op.fg = Op::createFpGenerator();
bool useXbyak = op.fg->init(op, g_cpu);
return true;
#ifdef MCL_USE_VINT
const int maxN = 6;
#else