Re: [PATCH][ARM] __ARM_FP __ARM_NEON_FP defined when -march=armv7-m

2014-12-03 Thread Mantas Mikaitis
On 18/11/14 11:58, Richard Earnshaw wrote: On 18/11/14 11:30, Mantas Mikaitis wrote: Incorrect predefinitions for certain target architectures. E.g. arm7-m does not contain NEON but the defintion __ARM_NEON_FP was switched on. Similarly with armv6 and even armv2. This patch fixes the

[PATCH][ARM] __ARM_FP __ARM_NEON_FP defined when -march=armv7-m

2014-11-18 Thread Mantas Mikaitis
Incorrect predefinitions for certain target architectures. E.g. arm7-m does not contain NEON but the defintion __ARM_NEON_FP was switched on. Similarly with armv6 and even armv2. This patch fixes the predefines for each of the different chips containing certain types of the FPU implementations.

Re: [PATCH][ARM] __ARM_FP __ARM_NEON_FP defined when -march=armv7-m

2014-11-18 Thread Richard Earnshaw
On 18/11/14 11:30, Mantas Mikaitis wrote: Incorrect predefinitions for certain target architectures. E.g. arm7-m does not contain NEON but the defintion __ARM_NEON_FP was switched on. Similarly with armv6 and even armv2. This patch fixes the predefines for each of the different chips