This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][AArch64] Add vector pattern for __builtin_ctz


On 14 November 2014 16:38, Jiong Wang <jiong.wang@arm.com> wrote:
>
> gcc/
>   * config/aarch64/iterators.md (VS): New mode iterator.
>   (vsi2qi): New mode attribute.
>   (VSI2QI): Likewise.
>   * config/aarch64/aarch64-simd-builtins.def: New entry for ctz.
>   * config/aarch64/aarch64-simd.md (ctz<mode>2): New pattern for ctz.
>   * config/aarch64/aarch64-builtins.c
>   (aarch64_builtin_vectorized_function): Support BUILT_IN_CTZ.
>
> gcc/testsuite/
>   * gcc.target/aarch64/vect_ctz_1.c: New testcase.

OK /Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]