-
Notifications
You must be signed in to change notification settings - Fork 151
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
vfmaq_laneq_f32 is not available #64
Comments
I believe it is float32x4_t vmlaq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t v, __constrange(0,1) int l) function that you mean. |
It seems
Please check that the 3rd and the 4th arguments are not the same. |
@beru anyway, all these functions are from ARM64 spec, that is not implemented in this project yet. And the main showstopper here is the lack of existing ARM64 tests to use (AFAIK) |
@Zvictoria thank you for the explanation. The other project hasn't been updated for a while so it looks like there's not much chance of seeing ARM64 tests from there. |
No description provided.
The text was updated successfully, but these errors were encountered: