Re: [Patch ARM arm_neon.h] s/__FAST_MATH/__FAST_MATH__/g

2016-06-17 Thread Ramana Radhakrishnan
On Thu, Jun 16, 2016 at 6:18 PM, James Greenhalgh wrote: > > Hi, > > As subject, config/arm/arm_neon.h currently uses __FAST_MATH, but: > > $ gcc -E -dM - -ffast-math < /dev/null | grep FAST_MATH > #define __FAST_MATH__ 1 > > It should be spelled as __FAST_MATH__. > > I've made that change, an

[Patch ARM arm_neon.h] s/__FAST_MATH/__FAST_MATH__/g

2016-06-16 Thread James Greenhalgh
Hi, As subject, config/arm/arm_neon.h currently uses __FAST_MATH, but: $ gcc -E -dM - -ffast-math < /dev/null | grep FAST_MATH #define __FAST_MATH__ 1 It should be spelled as __FAST_MATH__. I've made that change, and confirmed that it causes the preprocessor to do what was intended for the