Re: [Predef-contribute] Add Aarch64 defines
Brought to you by:
breese,
tahonermann
|
From: Riku V. <rik...@li...> - 2012-12-27 20:56:59
|
On Dec 27, 2012 6:06 PM, "Bjorn Reese" <br...@ma...> wrote: > > On 2012-12-17 15:35, Riku Voipio wrote: >> >> Hi, >> >> 64-Bit Arm, Officially known as Aarch64, has the following defined by Gcc: >> >> #define __aarch64__ 1 > > Do you know if gcc also defines the usual ARM macros (e.g. __arm__) for > Aarch64? No, __arm__ is not set, since code guarded such defines are unlikely to work on 64bit arm. Just like no __i386__ defined on x86_64. Riku |