We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fe70e commit 612df60Copy full SHA for 612df60
extensions/ecc/circuit/src/ecc_extension.rs
@@ -230,7 +230,7 @@ impl<F: PrimeField32> VmExtension<F> for EccExtension {
230
);
231
inventory.add_executor(
232
EccExtensionExecutor::TeEcAddRv32_32(te_add_chip),
233
- sw_add_ne_opcodes
+ te_add_opcodes
234
.clone()
235
.map(|x| VmOpcode::from_usize(x + te_start_offset)),
236
)?;
0 commit comments