Skip to content

Commit

Permalink
patch for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Sep 1, 2023
1 parent 620e709 commit de8b892
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions halo2_proofs/src/plonk/lookup/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,11 @@ fn permute_expression_pair<'params, C: CurveAffine, P: Params<'params, C>, R: Rn
table_expression,
);
}*/
#[cfg(not(target_arch = "wasm32"))]
let start = std::time::Instant::now();
let res =
permute_expression_pair_par(pk, params, domain, rng, input_expression, table_expression);
#[cfg(not(target_arch = "wasm32"))]
dbg!(start.elapsed());
res
}
Expand Down

0 comments on commit de8b892

Please sign in to comment.