This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, AArch64] Remove arm_neon.h's dependency on stdint's macros.
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Tejas Belagod <tbelagod at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 30 Aug 2013 15:41:46 +0100
- Subject: Re: [Patch, AArch64] Remove arm_neon.h's dependency on stdint's macros.
- Authentication-results: sourceware.org; auth=none
- References: <5220A639 dot 3060704 at arm dot com>
On 30/08/13 15:03, Tejas Belagod wrote:
> Hi,
>
> The attached patch removes dependency on stdint's macros used in arm_neon.h viz.
> UINT64_C() and INT64_C() making arm_neon.h more C++-friendly.
>
> Tested on aarch64-none-elf.
>
> OK for trunk?
>
> Thanks,
> Tejas Belagod.
> ARM.
>
> Changelog:
>
> 2013-08-30 Tejas Belagod <tejas.belagod@arm.com>
>
> gcc/
> * config/aarch64/arm_neon.h (__AARCH64_UINT64_C, __AARCH64_INT64_C): New
> arm_neon.h's internal macros to specify 64-bit constants. Avoid using
> stdint.h's macros.
>
>
OK.
R.