diff options
author | Determinant <[email protected]> | 2015-05-31 11:18:16 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-05-31 11:18:16 +0800 |
commit | ab12a9583bdd39884fde9bc2444e6fd1bc5f518e (patch) | |
tree | 11d6bf3b4aafd4a07cf78fe8dc921fa5280d8a3e /matrix/init.c | |
parent | c6f6ac13a1cf00e440e998422f89b42c69b073a6 (diff) |
add async copy by index; add MMatrixInt
Diffstat (limited to 'matrix/init.c')
-rw-r--r-- | matrix/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix/init.c b/matrix/init.c index e55558a..b54cd12 100644 --- a/matrix/init.c +++ b/matrix/init.c @@ -35,4 +35,5 @@ void nerv_matrix_init(lua_State *L) { NULL, NULL, NULL); nerv_matrix_host_float_init(L); nerv_matrix_host_double_init(L); + nerv_matrix_host_int_init(L); } |