All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] float16 APIs and alternative sNaN handling
@ 2020-07-30  9:52 Chih-Min Chao
  2020-07-30  9:52   ` Chih-Min Chao
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Chih-Min Chao @ 2020-07-30  9:52 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv; +Cc: Chih-Min Chao

These patches are separated from riscv vector extension 0.9 patchset.
The set includes 
   1. alternative NaN handlding
   2. float16 comparision APIs.
   3. float16 to int8/uint8 conversion APIs

Chih-Min Chao (1):
  softfloat: add APIs to handle alternative sNaN propagation

Frank Chang (1):
  softfloat: add fp16 and uint8/int8 interconvert functions

Kito Cheng (1):
  softfloat: target/riscv: implement full set fp16 comparision

 fpu/softfloat.c              | 109 ++++++++++++++++++++++++++++++++-----------
 include/fpu/softfloat.h      |  55 ++++++++++++++++++++++
 target/riscv/vector_helper.c |  25 ----------
 3 files changed, 137 insertions(+), 52 deletions(-)

-- 
2.7.4



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

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30  9:52 [PATCH 0/3] float16 APIs and alternative sNaN handling Chih-Min Chao
2020-07-30  9:52 ` [PATCH 1/3] softfloat: target/riscv: implement full set fp16 comparision Chih-Min Chao
2020-07-30  9:52   ` Chih-Min Chao
2020-08-12 16:30   ` Alistair Francis
2020-08-12 16:30     ` Alistair Francis
2020-08-13 17:22   ` Richard Henderson
2020-08-13 17:22     ` Richard Henderson
2020-07-30  9:52 ` [PATCH 2/3] softfloat: add APIs to handle alternative sNaN propagation Chih-Min Chao
2020-07-30  9:52   ` Chih-Min Chao
2020-08-13 17:21   ` Richard Henderson
2020-08-13 17:21     ` Richard Henderson
2020-08-14  8:59     ` Chih-Min Chao
2020-08-14  8:59       ` Chih-Min Chao
2020-08-14 16:15       ` Richard Henderson
2020-08-14 16:15         ` Richard Henderson
2020-07-30  9:52 ` [PATCH 3/3] softfloat: add fp16 and uint8/int8 interconvert functions Chih-Min Chao
2020-07-30  9:52   ` Chih-Min Chao
2020-08-13 17:25   ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.