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

vmlaq_laneq_f32 is not avaliable #63

Open
dingqunfei opened this issue Apr 22, 2023 · 3 comments
Open

vmlaq_laneq_f32 is not avaliable #63

dingqunfei opened this issue Apr 22, 2023 · 3 comments

Comments

@dingqunfei
Copy link

No description provided.

@ibogosavljevic
Copy link

I have the same issue vmlaq_laneq_f32 is not available, vmlaq_lane_f32 is available. They have different signatures:

float32x4_t vmlaq_laneq_f32(
float32x4_t a,
float32x4_t b,
float32x4_t v,
const int lane)

vs
float32x4_t vmlaq_lane_f32(
float32x4_t a,
float32x4_t b,
float32x2_t v,
const int lane)

@Zvictoria
Copy link
Contributor

from your description I see that vmlaq_laneq_f32 is for A64 only. So it is not supported in my code. But you can easily implement it yourself basing on vmlaq_lane_f32 implementation :)

@ibogosavljevic
Copy link

ibogosavljevic commented Sep 15, 2023 via email

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

3 participants