diff --git a/halo2_proofs/Cargo.toml b/halo2_proofs/Cargo.toml index d3b977cdc..37193decb 100644 --- a/halo2_proofs/Cargo.toml +++ b/halo2_proofs/Cargo.toml @@ -109,10 +109,7 @@ sanity-checks = [] batch = ["rand/getrandom"] profile = ["dep:ark-std"] circuit-params = [] - -[target.'cfg(target_arch = "x86")'.features] -asm = ["halo2curves/asm"] -[target.'cfg(target_arch = "x86_64")'.features] +# only for x86: asm = ["halo2curves/asm"] [lib]