[PATCH][AArch64] NEON vclz intrinsic modified

2013-10-08 Thread Alex Velenko
Hi, This patch implements the behavior and regression test for NEON intrinsics vclz[q]_[s,u][8,16,32] No problems found when running aarch64-none-elf regressions tests. Is patch OK? Thanks, Alex gcc/testsuite/ 2013-10-08 Alex Velenko * gcc.target/aarch64/vclz.c: New testcase.

Re: [PATCH][AArch64] NEON vclz intrinsic modified

2013-10-09 Thread Marcus Shawcroft
On 8 October 2013 17:45, Alex Velenko wrote: > > 2013-10-08 Alex Velenko > > * gcc.target/aarch64/vclz.c: New testcase. > > gcc/ > > 2013-10-08 Alex Velenko > > * config/aarch64/arm_neon.h (vclz_s8): Asm replaced with C > (vclz_s16): Likewise. >