Re: [AArch64] Fix parameters to vcvtx_high

2013-09-16 Thread Marcus Shawcroft
On 06/09/13 16:06, James Greenhalgh wrote: gcc/ 2013-09-06 James Greenhalgh * config/aarch64/arm_neon.h (vcvtx_high_f32_f64): Fix parameters. OK /Marcus

Re: [AArch64] Fix parameters to vcvtx_high

2013-09-16 Thread James Greenhalgh
*ping* Cheers, James On Fri, Sep 06, 2013 at 04:06:08PM +0100, James Greenhalgh wrote: > > Hi, > > vcvtx_high_f32_f64 should have two parameters, a float32x2 which > provides the lower half of the target vector, and a float64x2 > which will be converted to the higher half of the target vector.

[AArch64] Fix parameters to vcvtx_high

2013-09-06 Thread James Greenhalgh
Hi, vcvtx_high_f32_f64 should have two parameters, a float32x2 which provides the lower half of the target vector, and a float64x2 which will be converted to the higher half of the target vector. Fix thusly. Tested with aarch64.exp on aarch64-none-elf. OK? Thanks, James --- gcc/ 2013-09-06