mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 02:03:07 +00:00
move
This commit is contained in:
parent
49a785f2bd
commit
6ee2e4fcd8
@ -6,10 +6,10 @@ use std::fmt::Debug;
|
||||
use std::mem::{size_of, transmute, transmute_copy, ManuallyDrop};
|
||||
use std::ops::{Index, IndexMut};
|
||||
|
||||
use crate::cpu::columns::shared::CpuGeneralColumnsView;
|
||||
use crate::cpu::columns::general::CpuGeneralColumnsView;
|
||||
use crate::memory;
|
||||
|
||||
mod shared;
|
||||
mod general;
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Eq, PartialEq, Debug)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user