Skip to content

Commit

Permalink
remove compilation check for atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
kilic committed Jan 10, 2024
1 parent 25a3d9b commit 990020b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions halo2_proofs/src/multicore.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#[cfg(all(target_arch = "wasm32", not(target_feature = "atomics")))]
compile_error!(
"The multicore feature flag is not supported on wasm32 architectures without atomics"
);

pub use rayon::{
current_num_threads,
iter::{IndexedParallelIterator, IntoParallelRefIterator},
Expand Down

0 comments on commit 990020b

Please sign in to comment.