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] NEON vclz intrinsic modified


On 8 October 2013 17:45, Alex Velenko <Alex.Velenko@arm.com> wrote:
>
> 2013-10-08  Alex Velenko  <Alex.Velenko@arm.com>
>
>             * gcc.target/aarch64/vclz.c: New testcase.
>
> gcc/
>
> 2013-10-08  Alex Velenko  <Alex.Velenko@arm.com>
>
>             * config/aarch64/arm_neon.h (vclz_s8): Asm replaced with C
>               (vclz_s16): Likewise.
>               (vclz_s32): Likewise.
>               (vclzq_s8): Likewise.
>               (vclzq_s16): Likewise.
>               (vclzq_s32): Likewise.
>               (vclz_u8): Likewise.
>               (vclz_u16): Likewise.
>               (vclz_u32): Likewise.
>               (vclzq_u8): Likewise.
>               (vclzq_u16): Likewise.
>               (vclzq_u32): Likewise.
>
>             * config/aarch64/aarch64.h (CLZ_DEFINED_VALUE_AT_ZERO): Macro
> fixed for clz.
>
>             * config/aarch64/aarch64-simd-builtins.def (VAR1 (UNOP, clz, 0,
> v4si)): Replaced with iterator.

OK, committed.

/Marcus


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