From ab12a9583bdd39884fde9bc2444e6fd1bc5f518e Mon Sep 17 00:00:00 2001 From: Determinant Date: Sun, 31 May 2015 11:18:16 +0800 Subject: add async copy by index; add MMatrixInt --- matrix/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'matrix/init.c') 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); } -- cgit v1.2.3