Re: [PATCH][AARCH64]: Remove vpadd_f64 from arm_neon.h.

2012-06-14 Thread Marcus Shawcroft
On 14/06/12 11:15, Tejas Belagod wrote: Hi, This patch removes vpadd_f64 from arm_neon.h because the definition is incorrect and it should be vpaddq_f64 which is defined elsewhere in the same header. OK? Thanks, Tejas. Changelog: 2012-06-14 Tejas Belagod gcc/ * config/aarch64/arm

[PATCH][AARCH64]: Remove vpadd_f64 from arm_neon.h.

2012-06-14 Thread Tejas Belagod
Hi, This patch removes vpadd_f64 from arm_neon.h because the definition is incorrect and it should be vpaddq_f64 which is defined elsewhere in the same header. OK? Thanks, Tejas. Changelog: 2012-06-14 Tejas Belagod gcc/ * config/aarch64/arm_neon.h (vpadd_f64): Remove.diff --git