The following changes since commit afe653676dc6dfd49f0390239ff90b2f0052c2b8:

  Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu 
into staging (2026-02-23 14:03:50 +0000)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-fpu-20260224

for you to fetch changes up to b5fee33bbf2764e9540ab5e6b6af4c9493f65677:

  fpu: Add conversion routines for OCP FP4 E2M1 (2026-02-24 16:21:18 +1100)

----------------------------------------------------------------
- Reformat NaN classification to share code
- Fix pseudo-NaN handling in FPATAN/FYL2XP1/FYL2X helpers
- Add conversion routines for OCP FP8 and FP4 formats

----------------------------------------------------------------
Max Chou (8):
      fpu/softfloat: Refactor IEEE format NaN classification to share code
      fpu/softfloat: Refactor floatx80 format NaN classification to share code
      target/i386: Fix pseudo-NaN handling in FPATAN/FYL2XP1/FYL2X helpers
      fpu: Add overflow_raises_invalid to FloatFmt
      fpu: Add saturate parameter to parts_uncanon
      fpu: Add conversion routines for OCP FP8 E5M2
      fpu: Add conversion routines for OCP FP8 E4M3
      fpu: Add conversion routines for OCP FP4 E2M1

Richard Henderson (1):
      fpu: Introduce FloatFmtExpMaxKind

 include/fpu/softfloat-types.h  |   7 ++
 include/fpu/softfloat.h        |  18 ++-
 fpu/softfloat.c                | 242 +++++++++++++++++++++++++++++++++++-----
 target/i386/tcg/fpu_helper.c   |  30 ++---
 fpu/softfloat-parts.c.inc      | 152 +++++++++++++++++--------
 fpu/softfloat-specialize.c.inc | 245 +++++++++++++++++------------------------
 6 files changed, 459 insertions(+), 235 deletions(-)

Reply via email to