Re: [PATCH v2] target/arm: Implement SVE2 fp convert precision

2020-06-16 Thread Richard Henderson
On 4/30/20 6:28 AM, Stephen Long wrote: > Implements FCVTLT, FCVTX, FCVTNT, FCVTXNT > > Signed-off-by: Stephen Long > --- > > Fixed a compilation error and collapsed the translation functions with a > macro. > >> Ignore my previous patchset. I missed the insn FCVTX and I ended up >> squashing

[PATCH v2] target/arm: Implement SVE2 fp convert precision

2020-04-30 Thread Stephen Long
Implements FCVTLT, FCVTX, FCVTNT, FCVTXNT Signed-off-by: Stephen Long --- Fixed a compilation error and collapsed the translation functions with a macro. > Ignore my previous patchset. I missed the insn FCVTX and I ended up > squashing those commits into this one. At the moment, I'm working on