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

[BUG] poly64 load intrinsics are not available on v7 #209

Open
Jmc18134 opened this issue Jul 20, 2022 · 1 comment
Open

[BUG] poly64 load intrinsics are not available on v7 #209

Jmc18134 opened this issue Jul 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Jmc18134
Copy link

The intrinsics vld1_p64 and vld1q_p64, as well as other intrinsics that construct poly64s like vcreate_p64 and vreinterpret_p64_s32 are not supported for v7, even though intrinsics accepting poly64 vectors as arguments like vadd_p64 are supported (with no way to construct their arguments).

poly64x1_t vld1_p64(poly64_t const *ptr) ptr -> Xn LD1 {Vt.1D},[Xn] Vt.1D -> result A32/A64

@Jmc18134 Jmc18134 added the bug Something isn't working label Jul 20, 2022
@fpetrogalli fpetrogalli removed their assignment Sep 5, 2022
@vhscampos
Copy link
Member

vhscampos commented Feb 20, 2023

Hi, thanks for your issue report and apologies for the delay.

If possible, we encourage you to contribute with a Pull Request that addresses this issue. We will be happy to review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants