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

--- Comment #49 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:bc04ceb7b94d9144ac923210f1affaa3dfed0725

commit r10-8811-gbc04ceb7b94d9144ac923210f1affaa3dfed0725
Author: Kyrylo Tkachov <kyrylo.tkac...@arm.com>
Date:   Wed Sep 23 10:29:17 2020 +0100

    AArch64: Implement vstrq_p128 intrinsic

    This patch implements the missing vstrq_p128 intrinsic.
    It just performs a store of the poly128_t argument to a memory location.

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

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

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

    (cherry picked from commit d23ea1e865301cd45f14ccbdb0bca49251fde9e1)

Reply via email to