mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
updated submodule remote & added vmp_prepare_contiguous
This commit is contained in:
@@ -80,8 +80,6 @@ unsafe extern "C" {
|
||||
);
|
||||
}
|
||||
|
||||
/*
|
||||
NOT IMPLEMENTED IN SPQLIOS
|
||||
unsafe extern "C" {
|
||||
pub unsafe fn vmp_prepare_dblptr(
|
||||
module: *const MODULE,
|
||||
@@ -92,9 +90,9 @@ unsafe extern "C" {
|
||||
tmp_space: *mut u8,
|
||||
);
|
||||
}
|
||||
*/
|
||||
|
||||
unsafe extern "C" {
|
||||
pub unsafe fn vmp_prepare_contiguous_tmp_bytes(
|
||||
pub unsafe fn vmp_prepare_tmp_bytes(
|
||||
module: *const MODULE,
|
||||
nrows: u64,
|
||||
ncols: u64,
|
||||
|
||||
Reference in New Issue
Block a user