🚀 add new module matrix.cpp (in dev)

This commit is contained in:
ValKmjolnir
2022-11-06 23:30:18 +08:00
parent 2615a3ab85
commit e150b632db
6 changed files with 455 additions and 80 deletions
+1 -1
View File
@@ -972,7 +972,7 @@ void vm::run(
typedef void (vm::*nafunc)();
const nafunc oprs[]=
{
nullptr, &vm::o_intg,
nullptr, &vm::o_intg,
&vm::o_intl, &vm::o_loadg,
&vm::o_loadl, &vm::o_loadu,
&vm::o_pnum, &vm::o_pnil,