r217957 - Basic: add support for ARM ACLE 6.5.1

Jonathan Roelofs jonathan at codesourcery.com
Wed Sep 17 09:18:53 PDT 2014



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....

Either way, thanks for implementing this!


Jon
> +
>       // ACLE predefines.
>       Builder.defineMacro("__ARM_ACLE", "200");
>
>

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded



More information about the cfe-commits mailing list