https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233

--- Comment #50 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Kyrylo Tkachov
<ktkac...@gcc.gnu.org>:

https://gcc.gnu.org/g:1c0679d6b5d12fb9d708442a8af725136a17f9cf

commit r10-8812-g1c0679d6b5d12fb9d708442a8af725136a17f9cf
Author: Kyrylo Tkachov <kyrylo.tkac...@arm.com>
Date:   Wed Sep 23 10:32:42 2020 +0100

    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)

Reply via email to