8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
mat_pixel_resize.cpp
三次右移 797行int16x4_t _rows0_sr4 = vshrn_n_s32(_rows0, 4); 888行"vsra.s32 q10, q0, #16 \n" 896行"vshrn.s32 d20, q10, #2 \n"
数字2 874行"mov r4, #2 \n"
上述几行代码意思没太理解,能帮忙分析下吗?
The text was updated successfully, but these errors were encountered:
@nihui 你好,打扰一下,可以帮忙看下这个疑问吗,非常感谢。
Sorry, something went wrong.
重写了下 #5200 文档参考 https://developer.arm.com/architectures/instruction-sets/intrinsics
No branches or pull requests
detail | 详细描述 | 詳細な説明
mat_pixel_resize.cpp
三次右移
797行int16x4_t _rows0_sr4 = vshrn_n_s32(_rows0, 4);
888行"vsra.s32 q10, q0, #16 \n"
896行"vshrn.s32 d20, q10, #2 \n"
数字2
874行"mov r4, #2 \n"
上述几行代码意思没太理解,能帮忙分析下吗?
The text was updated successfully, but these errors were encountered: