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 fb3d997 commit 0c93530Copy full SHA for 0c93530
extensions/rv32im/circuit/src/load_sign_extend/execution.rs
@@ -4,7 +4,10 @@ use std::{
4
mem::size_of,
5
};
6
7
-use openvm_circuit::{arch::*, system::memory::{online::GuestMemory, POINTER_MAX_BITS}};
+use openvm_circuit::{
8
+ arch::*,
9
+ system::memory::{online::GuestMemory, POINTER_MAX_BITS},
10
+};
11
use openvm_circuit_primitives_derive::AlignedBytesBorrow;
12
use openvm_instructions::{
13
instruction::Instruction,
0 commit comments