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
ARM LINUX 交叉编译报错,shuffle应改为:_shuffle,修改后正常
FlyCV-develop/modules/img_transform/color_convert/src/color_convert_arm.cpp:3515:26: error: ‘shuffle’ was not declare d in this scope :"r"(shuffle)
FlyCV-develop/modules/img_transform/color_convert/src/color_convert_arm.cpp:3515:26: note: suggested alternative: ‘_s huffle’ :"r"(shuffle) ~~~~~~ _shuffle
The text was updated successfully, but these errors were encountered:
应该是个bug,按照提示变量前面加上下划线可以编过
Sorry, something went wrong.
VoidSalts
No branches or pull requests
ARM LINUX 交叉编译报错,shuffle应改为:_shuffle,修改后正常
FlyCV-develop/modules/img_transform/color_convert/src/color_convert_arm.cpp:3515:26: error: ‘shuffle’ was not declare
d in this scope
:"r"(shuffle)
FlyCV-develop/modules/img_transform/color_convert/src/color_convert_arm.cpp:3515:26: note: suggested alternative: ‘_s
huffle’
:"r"(shuffle)
~~~~~~
_shuffle
The text was updated successfully, but these errors were encountered: