This commit is contained in:
Zengtudor 2024-09-19 10:05:29 +08:00
parent a92fcc18db
commit 73e835199a
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ set_rundir("./")
if is_plat("windows")then if is_plat("windows")then
-- 注意这里是启用AVX512指令集矢量化加速只有新2010年后的CPU支持但是可以大大加快批量指令加速可以试试将下面的--删除 -- 注意这里是启用AVX512指令集矢量化加速只有新2010年后的CPU支持但是可以大大加快批量指令加速可以试试将下面的--删除
-- 但是似乎这个程序目前任然是IO密集型性能差不多
-- add_cxxflags("/arch:AVX512") -- add_cxxflags("/arch:AVX512")
end end