Compare commits

..

3 Commits

Author SHA1 Message Date
David Mak cbcf9678e7 WIP 2024-11-21 16:49:55 +08:00
David Mak 16e3670276 [core] WIP - Implemented construct_* for NDArrays 2024-11-21 14:27:00 +08:00
David Mak 3808690b78 [core] Add itemsize and strides to NDArray struct 2024-11-21 14:27:00 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ fn normalize_value_expr(expr: &Expr) -> proc_macro2::TokenStream {
/// ///
/// The following is an example of an LLVM slice implemented using `#[derive(StructFields)]`. /// The following is an example of an LLVM slice implemented using `#[derive(StructFields)]`.
/// ///
/// ```rust,ignore /// ```
/// use nac3core::{ /// use nac3core::{
/// codegen::types::structure::StructField, /// codegen::types::structure::StructField,
/// inkwell::{ /// inkwell::{