This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [AArch64] Fix types for vcvt<sd>_n intrinsics.
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: James Greenhalgh <james dot greenhalgh at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Marcus Shawcroft <marcus dot shawcroft at arm dot com>
- Date: Thu, 17 Oct 2013 17:43:04 +0100
- Subject: Re: [AArch64] Fix types for vcvt<sd>_n intrinsics.
- Authentication-results: sourceware.org; auth=none
- References: <1382027251-10244-1-git-send-email-james dot greenhalgh at arm dot com>
On 17 October 2013 17:27, James Greenhalgh <james.greenhalgh@arm.com> wrote:
>
> Hi,
>
> I spotted that the types of arguments to these intrinsics are wrong,
> which results in all sorts of fun issues!
>
> Fixed thusly, regression tested with aarch64.exp on aarch64-none-elf
> with no issues.
>
> OK?
>
> Thanks,
> James
>
> ---
> 2013-10-17 James Greenhalgh <james.greenhalgh@arm.com>
>
> * config/aarch64/arm_neon.h
> (vcvt<ds>_n_<fsu><32,64>_<fsu><32,64>): Correct argument types.
OK
/Marcus