[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/3] Implement blfoat16 in softfloat
From: |
Richard Henderson |
Subject: |
Re: [PATCH 0/3] Implement blfoat16 in softfloat |
Date: |
Thu, 13 Aug 2020 09:06:58 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 8/13/20 12:14 AM, LIU Zhiwei wrote:
> As bfloat16 is more and more popular in many archs, implement bfloat16
> interfaces in softfloat, so that archs can add their bfloat16 insns
> based on the blfoat16 interfaces here.
>
> These interfaces have been tested by RISU on RISC-V bfloat16 with
> XuanTie C906.
>
> LIU Zhiwei (3):
> fpu/softfloat: Define operations for bfloat16
> fpu/softfloat: Define convert operations for bfloat16
> fpu/softfloat: Define misc operations for bfloat16
>
> fpu/softfloat-specialize.inc.c | 38 ++++
> fpu/softfloat.c | 391 +++++++++++++++++++++++++++++++++
> include/fpu/softfloat-types.h | 5 +
> include/fpu/softfloat.h | 133 +++++++++++
> 4 files changed, 567 insertions(+)
>
Thanks. Queued to softfloat-next.
r~