Skip to content
New issue

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

调用 vgetq_lane_s32时候,报错如下: #25

Open
zhoukuansky opened this issue Feb 23, 2023 · 0 comments
Open

调用 vgetq_lane_s32时候,报错如下: #25

zhoukuansky opened this issue Feb 23, 2023 · 0 comments

Comments

@zhoukuansky
Copy link

const int t = (a >> 2) & 0x3;
int ret = vgetq_lane_s32(vec, t);

报错:lane index must be a constant immediate.
必须要 t 是常数输入才行。。。
但是我要获取的通道输入 取决于参数a。。。这怎么解决?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant