qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Implement blfoat16 in softfloat
@ 2020-08-13  7:14 LIU Zhiwei
  2020-08-13  7:14 ` [PATCH 1/3] fpu/softfloat: Define operations for bfloat16 LIU Zhiwei
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: LIU Zhiwei @ 2020-08-13  7:14 UTC (permalink / raw)
  To: qemu-devel
  Cc: alex.bennee, richard.henderson, LIU Zhiwei, aurelien,
	peter.maydell

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(+)

-- 
2.23.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-13 16:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-13  7:14 [PATCH 0/3] Implement blfoat16 in softfloat LIU Zhiwei
2020-08-13  7:14 ` [PATCH 1/3] fpu/softfloat: Define operations for bfloat16 LIU Zhiwei
2020-08-13  7:14 ` [PATCH 2/3] fpu/softfloat: Define convert " LIU Zhiwei
2020-08-13  7:14 ` [PATCH 3/3] fpu/softfloat: Define misc " LIU Zhiwei
2020-08-13 16:06 ` [PATCH 0/3] Implement blfoat16 in softfloat Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).