From 561c7623c6ced6a3d37c0c1c47c000ef78e35ee5 Mon Sep 17 00:00:00 2001 From: graydon <weidong.gao@cretone.cn> Date: 星期三, 18 九月 2024 18:43:23 +0800 Subject: [PATCH] 1.动态库支持Linkport. 2.dsp 超级矩阵优化(涉及动态库) 3.ARM dsp配置文件支持linkport。 4.增加超级矩阵CPU占用 --- Infinite/PC-DLL/modexport.json | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Infinite/PC-DLL/modexport.json b/Infinite/PC-DLL/modexport.json index 5bef92c..7025480 100644 --- a/Infinite/PC-DLL/modexport.json +++ b/Infinite/PC-DLL/modexport.json @@ -323,7 +323,7 @@ "module_name": "ModuleProcLibs", "module_type": 200, "module_create": "SupperMatrix", - "cpu_ulitity": 0.00446, + "cpu_ulitity": 0.00526, "multiChannel": 0, "level_num": 0 }, @@ -331,8 +331,8 @@ "module_name": "ModuleProcLibs", "module_type": 201, "module_create": "LinkGain", - "cpu_ulitity": 0, - "multiChannel": 0, + "cpu_ulitity": "000500", + "multiChannel": 1, "level_num": 0 } ] -- Gitblit v1.9.3