https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
--- Comment #34 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:f2868e4bcff2c7b882d01231f039459c00e59d7b commit r11-3389-gf2868e4bcff2c7b882d01231f039459c00e59d7b 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.