updated submodule remote & added vmp_prepare_contiguous

This commit is contained in:
Jean-Philippe Bossuat
2025-02-10 10:53:08 +01:00
parent 865c735a3c
commit 6b154e64a4
6 changed files with 133 additions and 40 deletions

View File

@@ -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,