]> git.ipfire.org Git - thirdparty/gcc.git/commit
AArch64: Implement vldrq_p128 intrinsic
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 23 Sep 2020 09:32:42 +0000 (10:32 +0100)
committerKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 28 Sep 2020 12:56:48 +0000 (13:56 +0100)
commit1c0679d6b5d12fb9d708442a8af725136a17f9cf
tree236e9fc689ffc9c8dd06feee9e2dd8e20cd82819
parentbc04ceb7b94d9144ac923210f1affaa3dfed0725
AArch64: Implement vldrq_p128 intrinsic

This patch implements the missing vldrq_p128 intrinsic that just loads from the appropriate pointer.

Bootstrapped and tested on aarch64-none-linux-gnu.

gcc/
PR target/71233
* config/aarch64/arm_neon.h (vldrq_p128): Define.

gcc/testsuite/
PR target/71233
* gcc.target/aarch64/simd/vldrq_p128_1.c: New test.

(cherry picked from commit f2868e4bcff2c7b882d01231f039459c00e59d7b)
gcc/config/aarch64/arm_neon.h
gcc/testsuite/gcc.target/aarch64/simd/vldrq_p128_1.c [new file with mode: 0644]