Re: [PING^3] [PATCH] [AArch64, NEON] Improve vmulX intrinsics

2015-05-05 Thread Jiangjiji
,%1.2s,%2.s[0]', which is kind of complex. BTW: maybe it's better to reconsider this issue after this patch, right? Thanks. Jiang jiji On Sat, Apr 11, 2015 at 11:37:47AM +0100, Jiangjiji wrote: > Hi, > This is a ping for: https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00772.htm

[PING^4] [PATCH] [AArch64, NEON] Improve vmulX intrinsics

2015-05-04 Thread Jiangjiji
Hi, This is a ping for: https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00772.html Regtested with aarch64-linux-gnu on QEMU. This patch has no regressions for aarch64_be-linux-gnu big-endian target too. OK for the trunk? Thanks. Jiang jiji

[PING^3] [PATCH] [AArch64, NEON] Improve vmulX intrinsics

2015-04-11 Thread Jiangjiji
Hi, This is a ping for: https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00772.html Regtested with aarch64-linux-gnu on QEMU. This patch has no regressions for aarch64_be-linux-gnu big-endian target too. OK for the trunk? Thanks. Jiang jiji -- Re: [PING^2] [PATCH] [AArch64, NEON]

Re: [PING^2] [PATCH] [AArch64, NEON] Improve vmulX intrinsics

2015-03-14 Thread Jiangjiji
Hi, Kyrill Thank you for your suggestion. I fixed it and regtested with aarch64-linux-gnu on QEMU. This patch has no regressions for aarch64_be-linux-gnu big-endian target too. OK for the trunk? Thanks. Jiang jiji Index: gcc/ChangeLog =

[PING^2] [PATCH] [AArch64, NEON] Improve vmulX intrinsics

2015-03-12 Thread Jiangjiji
Hi, This is a ping for: https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00775.html Regtested with aarch64-linux-gnu on QEMU. This patch has no regressions for aarch64_be-linux-gnu big-endian target too. OK for the trunk? Thanks. Index: gcc/ChangeLog ===

[PING] [PATCH] [AArch64, NEON] Improve vmulX intrinsics

2015-01-20 Thread Jiangjiji
Hi, This is a ping for: https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00775.html Regtested with aarch64-linux-gnu on QEMU. This patch has no regressions for aarch64_be-linux-gnu big-endian target too. OK for the trunk? Thanks. Index: gcc/ChangeLog ===

Re: [AArch64, NEON] Improve vmulX intrinsics

2014-12-10 Thread Jiangjiji
Hi, Christophe Lyon These testcases are not covered by the glorious testsuite. If these cases are in your todo list , I will exclude them. Thanks. -邮件原件- 发件人: Christophe Lyon [mailto:christophe.l...@linaro.org] 发送时间: 2014年12月9日 21:43 收件人: Jiangjiji 抄送: gcc-patches@gcc.gnu.org; Richard

[AArch64, NEON] Improve vmulX intrinsics

2014-12-09 Thread Jiangjiji
Hi, This patch converts more intrinsics to use builtin functions instead of the previous inline assembly syntax. Passed the glorious testsuite of Christophe Lyon. Three testcases are added for the testing of intriniscs which are not covered by the testsuite: gcc.target/aarch64