Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
一般的程序去链接xMath,是不需要添加athread_init()和athread_halt()的。 而我自己写的程序去链接自己写的神威静态库任然需要在程序中手动添加athread_init()和athread_halt()。 有没有什么方法能像xMath一样? 谢谢!
@varinic 不halt,然后if (!athread_idle()) athread_init(); athread_spawn(xxxxxx)
if (!athread_idle()) athread_init(); athread_spawn(xxxxxx)