r217957 - Basic: add support for ARM ACLE 6.5.1
Saleem Abdulrasool
compnerd at compnerd.org
Wed Sep 17 19:23:55 PDT 2014
On Wed, Sep 17, 2014 at 9:18 AM, Jonathan Roelofs <jonathan at codesourcery.com
> wrote:
>
>
> On 9/17/14 8:50 AM, Saleem Abdulrasool wrote:
>
>> + // ACLE 6.5.1 Hardware Floating Point
>> + if (HW_FP)
>> + Builder.defineMacro("__ARM_FP", std::to_string(HW_FP));
>>
> A hex string might be nicer....
>
Sure, but only because thats what the ACLE also shows it as. SVN r218009.
> Either way, thanks for implementing this!
>
You're welcome!
>
> Jon
>
> +
>> // ACLE predefines.
>> Builder.defineMacro("__ARM_ACLE", "200");
>>
>>
>>
> --
> Jon Roelofs
> jonathan at codesourcery.com
> CodeSourcery / Mentor Embedded
>
--
Saleem Abdulrasool
compnerd (at) compnerd (dot) org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140917/95a9a7da/attachment.html>
More information about the cfe-commits
mailing list