mbox series

[0/3] float16 APIs and alternative sNaN handling

Message ID 1596102747-20226-1-git-send-email-chihmin.chao@sifive.com (mailing list archive)
Headers show
Series float16 APIs and alternative sNaN handling | expand

Message

Chih-Min Chao July 30, 2020, 9:52 a.m. UTC
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(-)