From: Chih-Min Chao <chihmin.chao@sifive.com>
To: qemu-devel@nongnu.org, qemu-riscv@nongnu.org
Cc: Chih-Min Chao <chihmin.chao@sifive.com>
Subject: [PATCH 0/3] float16 APIs and alternative sNaN handling
Date: Thu, 30 Jul 2020 02:52:21 -0700 [thread overview]
Message-ID: <1596102747-20226-1-git-send-email-chihmin.chao@sifive.com> (raw)
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
next reply other threads:[~2020-07-30 9:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-30 9:52 Chih-Min Chao [this message]
2020-07-30 9:52 ` [PATCH 1/3] softfloat: target/riscv: implement full set fp16 comparision Chih-Min Chao
2020-08-12 16:30 ` Alistair Francis
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-08-13 17:21 ` Richard Henderson
2020-08-14 8:59 ` Chih-Min Chao
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-08-13 17:25 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596102747-20226-1-git-send-email-chihmin.chao@sifive.com \
--to=chihmin.chao@sifive.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).