[Bug target/71233] [ARM, AArch64] missing AdvSIMD intrinsics
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Sep 28 15:19:11 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
--- Comment #56 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Kyrylo Tkachov
<ktkachov@gcc.gnu.org>:
https://gcc.gnu.org/g:11874a0d4033908e596181a17dab5444271f892b
commit r9-8947-g11874a0d4033908e596181a17dab5444271f892b
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date: Tue Sep 22 12:00:38 2020 +0100
AArch64: Implement missing vceq*_p* intrinsics
This patch implements some missing vceq* intrinsics on poly types.
The behaviour is to produce the appropriate CMEQ instruction as for the
unsigned types.
Bootstrapped and tested on aarch64-none-linux-gnu.
gcc/
PR target/71233
* config/aarch64/arm_neon.h (vceqq_p64, vceqz_p64, vceqzq_p64):
Define.
gcc/testsuite/
PR target/71233
* gcc.target/aarch64/simd/vceq_poly_1.c: New test.
(cherry picked from commit d4703be185b422f637deebd3bb9222a41c8023d6)
More information about the Gcc-bugs
mailing list