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