Skip to content

Commit

Permalink
chore: keep asm feature on all arch for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Feb 4, 2025
1 parent 9aff164 commit 0705b38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0705b38

Please # to comment.