https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
--- Comment #33 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kyrylo Tkachov <ktkac...@gcc.gnu.org>: https://gcc.gnu.org/g:d23ea1e865301cd45f14ccbdb0bca49251fde9e1 commit r11-3388-gd23ea1e865301cd45f14ccbdb0bca49251fde9e1 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.