From 0705b382f628b4d43822b00b994845c457b712c4 Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:08:11 -0800 Subject: [PATCH] chore: keep `asm` feature on all arch for backward compatibility --- halo2_proofs/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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]