xin486946

Results 4 issues of xin486946

simde support minimum version of visual studio and android ndk? thanks

https://github.com/alibaba/MNN/tree/1.2.0/source/backend/arm82/Arm82Backend.cpp中全局如下: #ifndef MNN_CODEGEN_REGISTER static const auto __arm82_global_initializer = []() { registerArm82RuntimeCreator(); return true; }(); #endif 请问这个是干嘛的?如果我定义MNN_CODEGEN_REGISTER把这个屏蔽掉编译mnn库是否可以

User