Re: [AArch64] Add support for floating-point vcond.

2013-01-08 Thread Marcus Shawcroft
On 8 January 2013 12:04, James Greenhalgh wrote: > > Hi, > > The AArch64 port has support for integer vcond, but did not have > support for floating-point vcond. > > This patch adds this support and enables check_effective_target_vect_cond > in the testsuite. > > Regression tested on aarch64-none-

[AArch64] Add support for floating-point vcond.

2013-01-08 Thread James Greenhalgh
Hi, The AArch64 port has support for integer vcond, but did not have support for floating-point vcond. This patch adds this support and enables check_effective_target_vect_cond in the testsuite. Regression tested on aarch64-none-elf with no regressions. Is this OK to commit? Thanks, James Gre