Skip to content
Unverified Commit ed5404cd authored by Momchil Velikov's avatar Momchil Velikov Committed by GitHub
Browse files

[AArch64] Add quadword gather load/scatter store intrinsics with unscaled vector offset (#71290)

This patch add intrinsics of the form
   
sv<type>_t svld1q_gather_u64offset_<typ>(svbool_t pg, const <type>_t *base, svuint64_t offs);
void svst1q_scatter_u64offset_<typ>(sbvool_t, <type>_t *base, svuint64_t offst, sv<type>_t data);

as well as their short forms.

ACLE spec: ARM-software/acle#257
parent 2b0b0ad7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment