acle icon indicating copy to clipboard operation
acle copied to clipboard

[BUG] poly64 load intrinsics are not available on v7

Open Jmc18134 opened this issue 2 years ago • 1 comments

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).

https://github.com/ARM-software/acle/blob/6eb85169a112395c8bce978fba19154efcd725ea/tools/intrinsic_db/advsimd.csv#L2077

Jmc18134 avatar Jul 20 '22 12:07 Jmc18134

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.

vhscampos avatar Feb 20 '23 14:02 vhscampos