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] Improve vpmaxX & vpminX intrinsics


On 28 November 2014 at 09:23, Yangfei (Felix) <felix.yang@huawei.com> wrote:
> Hi,
>   This patch converts vpmaxX & vpminX intrinsics to use builtin functions instead of the previous inline assembly syntax.
>   Regtested with aarch64-linux-gnu on QEMU.  Also passed the glorious testsuite of Christophe Lyon.
>   OK for the trunk?

Hi Felix,   We know from experience that the advsimd intrinsics tend
to be fragile for big endian and in general it is fairly easy to break
the big endian case.  For these advsimd improvements that you are
working on (that we very much appreciate) it is important to run both
little endian and big endian regressions.

Thanks
/Marcus


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