mirror of
https://github.com/kmc7468/cs420.git
synced 2026-02-04 17:06:54 +00:00
Update skeleton
This commit is contained in:
@@ -467,7 +467,7 @@ impl Dtype {
|
||||
pub const BITS_OF_BYTE: usize = 8;
|
||||
pub const SIZE_OF_BYTE: usize = 1;
|
||||
// TODO: consider architecture dependency in the future
|
||||
pub const SIZE_OF_POINTER: usize = 4;
|
||||
pub const SIZE_OF_POINTER: usize = 8;
|
||||
|
||||
pub const SIZE_OF_CHAR: usize = 1;
|
||||
pub const SIZE_OF_SHORT: usize = 2;
|
||||
|
||||
Reference in New Issue
Block a user