added Added vmp_extract_row, vmp_extract_row_dft, vmp_extract_tmp_bytes, vmp_prepare_row_dft

-
This commit is contained in:
Jean-Philippe Bossuat
2025-04-16 11:31:58 +02:00
parent 4c1dbc70e5
commit 89369dcdf9
18 changed files with 293 additions and 181 deletions

11
.vscode/settings.json vendored
View File

@@ -57,6 +57,15 @@
"xloctime": "cpp",
"xmemory": "cpp",
"xtr1common": "cpp",
"vec_znx_arithmetic_private.h": "c"
"vec_znx_arithmetic_private.h": "c",
"reim4_arithmetic.h": "c",
"array": "c",
"string_view": "c"
},
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false
}
}