Re: [PATCH 1/3] softfloat: target/riscv: implement full set fp16 comparision

2020-08-13 Thread Richard Henderson
On 7/30/20 2:52 AM, Chih-Min Chao wrote: > From: Kito Cheng > > Implement them in softfloat and remove local version in riscv > > Signed-off-by: Kito Cheng > Signed-off-by: Chih-Min Chao > Acked-by: Alex Bennée > --- > include/fpu/softfloat.h | 41 +++

Re: [PATCH 1/3] softfloat: target/riscv: implement full set fp16 comparision

2020-08-12 Thread Alistair Francis
On Thu, Jul 30, 2020 at 2:54 AM Chih-Min Chao wrote: > > From: Kito Cheng > > Implement them in softfloat and remove local version in riscv > > Signed-off-by: Kito Cheng > Signed-off-by: Chih-Min Chao > Acked-by: Alex Bennée Reviewed-by: Alistair Francis Alistair > --- > include/fpu/softf

[PATCH 1/3] softfloat: target/riscv: implement full set fp16 comparision

2020-07-30 Thread Chih-Min Chao
From: Kito Cheng Implement them in softfloat and remove local version in riscv Signed-off-by: Kito Cheng Signed-off-by: Chih-Min Chao Acked-by: Alex Bennée --- include/fpu/softfloat.h | 41 + target/riscv/vector_helper.c | 25 -