mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-27 20:29:29 +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::mem::{size_of, transmute, transmute_copy, ManuallyDrop};
|
||||||
use std::ops::{Index, IndexMut};
|
use std::ops::{Index, IndexMut};
|
||||||
|
|
||||||
use crate::cpu::columns::shared::CpuGeneralColumnsView;
|
use crate::cpu::columns::general::CpuGeneralColumnsView;
|
||||||
use crate::memory;
|
use crate::memory;
|
||||||
|
|
||||||
mod shared;
|
mod general;
|
||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[derive(Eq, PartialEq, Debug)]
|
#[derive(Eq, PartialEq, Debug)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user