From 1a7a7e4fc83f76aee24b0b2a0058b76d53f78f32 Mon Sep 17 00:00:00 2001 From: "xingqiang.yuan" Date: Fri, 1 Sep 2023 21:18:52 +0800 Subject: [PATCH] add asm feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ae913d4..d353ff3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,3 +40,4 @@ default = ["mongo-tokio-sync"] mongo-std-sync = ["mongodb/sync"] mongo-tokio-sync = ["mongodb/tokio-sync"] cuda = ["halo2_proofs/cuda"] +asm = ["halo2_proofs/asm"]