Re: [AArch64, SVE] Fix vectorized FP converts

2019-02-26 Thread Richard Sandiford
Alejandro Martinez Vicente writes: > Hi, > > Some of the narrowing/widening FP converts were missing from SVE. I fixed most > of them, so they can be vectorized. The ones missing are int64->fp16 and > fp16->int64. > > I extended the tests to cover the cases that were missing. > > I validated the p

[AArch64, SVE] Fix vectorized FP converts

2019-02-26 Thread Alejandro Martinez Vicente
Hi, Some of the narrowing/widening FP converts were missing from SVE. I fixed most of them, so they can be vectorized. The ones missing are int64->fp16 and fp16->int64. I extended the tests to cover the cases that were missing. I validated the patch with self-checking and running the new SVE tes