[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] softfloat: target/riscv: implement full set fp16 compari
From: |
Richard Henderson |
Subject: |
Re: [PATCH 1/3] softfloat: target/riscv: implement full set fp16 comparision |
Date: |
Thu, 13 Aug 2020 10:22:54 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 7/30/20 2:52 AM, Chih-Min Chao wrote:
> From: Kito Cheng <kito.cheng@sifive.com>
>
> Implement them in softfloat and remove local version in riscv
>
> Signed-off-by: Kito Cheng <kito.cheng@sifive.com>
> Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
> Acked-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> include/fpu/softfloat.h | 41 +++++++++++++++++++++++++++++++++++++++++
> target/riscv/vector_helper.c | 25 -------------------------
> 2 files changed, 41 insertions(+), 25 deletions(-)
Queued to softfloat-next.
If it happens to get in via a riscv pull first, that's fine.
r~