We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TM_ARCH_CPU
TM_ARCH_ARM_SIMD
报错的位置就是在
TinyMaix/src/arch_arm_simd.h
Line 31 in 0bec8f3
Line 71 in 0bec8f3
这个有点超出我的知识范围了,不知道后续应该做点什么?
PS: 大概移植流程
TinyMaix/include/tm_port.h
Line 30 in 0bec8f3
The text was updated successfully, but these errors were encountered:
请问你解决了吗?
Sorry, something went wrong.
没有
我在使用KEIL5在STM32F303RET6开发时遇到了类似的问题,修改 TinyMaix/include 中内容,使用 SIMD 加速(改为 TM_ARCH_ARM_SIMD),而后在编译时报错,类似地,在arch_arm_simd的第41行出显示提示缺少")",这两个问题看来有共性
No branches or pull requests
TM_ARCH_CPU
时能够正常编译以及推理(应该可以证明不是源码路径等问题),但改为TM_ARCH_ARM_SIMD
后 Build Project 失败,并报错:报错的位置就是在
TinyMaix/src/arch_arm_simd.h
Line 31 in 0bec8f3
TinyMaix/src/arch_arm_simd.h
Line 71 in 0bec8f3
这个有点超出我的知识范围了,不知道后续应该做点什么?
PS: 大概移植流程
TM_ARCH_ARM_SIMD
),build project的时候编译失败,错误信息在上面TinyMaix/include/tm_port.h
Line 30 in 0bec8f3
The text was updated successfully, but these errors were encountered: