public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add hard-float rounding instructions support for MIPS architecture
@ 2023-12-25 10:35 Junxian Zhu
  2023-12-25 10:35 ` [PATCH 1/2] limb-alias-double.h: Fix missing semicolon Junxian Zhu
  2023-12-25 10:35 ` [PATCH 2/2] MIPS: Hard-float rounding instructions support Junxian Zhu
  0 siblings, 2 replies; 20+ messages in thread
From: Junxian Zhu @ 2023-12-25 10:35 UTC (permalink / raw)
  To: libc-alpha; +Cc: rongrong, Junxian Zhu

From: Junxian Zhu <zhujunxian@oss.cipunited.com>

Fixing the missing semicolon in define to prevent syntax errors during assembly building. It's to ensure compiled successful after optimizations are applied.

Junxian Zhu (2):
  limb-alias-double.h: Fix missing semicolon
  MIPS: Hard-float rounding instructions support

 sysdeps/generic/libm-alias-double.h |  4 +-
 sysdeps/mips/fpu/Makefile           | 12 ++++
 sysdeps/mips/fpu/s_ceil.c           | 30 ++++++++++
 sysdeps/mips/fpu/s_ceil_fpu.S       | 90 +++++++++++++++++++++++++++++
 sysdeps/mips/fpu/s_ceilf.c          | 30 ++++++++++
 sysdeps/mips/fpu/s_ceilf_fpu.S      | 82 ++++++++++++++++++++++++++
 sysdeps/mips/fpu/s_floor.c          | 24 ++++++++
 sysdeps/mips/fpu/s_floor_fpu.S      | 88 ++++++++++++++++++++++++++++
 sysdeps/mips/fpu/s_floorf.c         | 24 ++++++++
 sysdeps/mips/fpu/s_floorf_fpu.S     | 80 +++++++++++++++++++++++++
 sysdeps/mips/fpu/s_roundeven.c      | 24 ++++++++
 sysdeps/mips/fpu/s_roundeven_fpu.S  | 87 ++++++++++++++++++++++++++++
 sysdeps/mips/fpu/s_roundevenf.c     | 24 ++++++++
 sysdeps/mips/fpu/s_roundevenf_fpu.S | 79 +++++++++++++++++++++++++
 sysdeps/mips/fpu/s_trunc.c          | 24 ++++++++
 sysdeps/mips/fpu/s_trunc_fpu.S      | 84 +++++++++++++++++++++++++++
 sysdeps/mips/fpu/s_truncf.c         | 24 ++++++++
 sysdeps/mips/fpu/s_truncf_fpu.S     | 76 ++++++++++++++++++++++++
 sysdeps/mips/mips32/Implies         |  1 +
 sysdeps/mips/mips64/Implies         |  1 +
 20 files changed, 886 insertions(+), 2 deletions(-)
 create mode 100644 sysdeps/mips/fpu/Makefile
 create mode 100644 sysdeps/mips/fpu/s_ceil.c
 create mode 100644 sysdeps/mips/fpu/s_ceil_fpu.S
 create mode 100644 sysdeps/mips/fpu/s_ceilf.c
 create mode 100644 sysdeps/mips/fpu/s_ceilf_fpu.S
 create mode 100644 sysdeps/mips/fpu/s_floor.c
 create mode 100644 sysdeps/mips/fpu/s_floor_fpu.S
 create mode 100644 sysdeps/mips/fpu/s_floorf.c
 create mode 100644 sysdeps/mips/fpu/s_floorf_fpu.S
 create mode 100644 sysdeps/mips/fpu/s_roundeven.c
 create mode 100644 sysdeps/mips/fpu/s_roundeven_fpu.S
 create mode 100644 sysdeps/mips/fpu/s_roundevenf.c
 create mode 100644 sysdeps/mips/fpu/s_roundevenf_fpu.S
 create mode 100644 sysdeps/mips/fpu/s_trunc.c
 create mode 100644 sysdeps/mips/fpu/s_trunc_fpu.S
 create mode 100644 sysdeps/mips/fpu/s_truncf.c
 create mode 100644 sysdeps/mips/fpu/s_truncf_fpu.S

-- 
2.43.0.windows.1

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

end of thread, other threads:[~2024-01-31  9:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-25 10:35 [PATCH 0/2] Add hard-float rounding instructions support for MIPS architecture Junxian Zhu
2023-12-25 10:35 ` [PATCH 1/2] limb-alias-double.h: Fix missing semicolon Junxian Zhu
2023-12-25 10:35 ` [PATCH 2/2] MIPS: Hard-float rounding instructions support Junxian Zhu
2023-12-25 10:51   ` Xi Ruoyao
2023-12-26  2:37     ` Junxian Zhu
2023-12-26  8:29       ` Xi Ruoyao
2023-12-26 20:12         ` Adhemerval Zanella Netto
2023-12-26 21:50           ` Xi Ruoyao
2023-12-26 22:50             ` Xi Ruoyao
2023-12-27 13:25               ` Adhemerval Zanella Netto
2024-01-02 10:08               ` Junxian Zhu
2024-01-02  9:43         ` Junxian Zhu
2024-01-02  9:57           ` Xi Ruoyao
     [not found]         ` <5f0f4c83-f6d8-4af3-8cce-e12cd5314da1@oss.cipunited.com>
2024-01-31  9:08           ` Xi Ruoyao
2024-01-25 13:58     ` Junxian Zhu
2024-01-25 14:37       ` Xi Ruoyao
2023-12-25 12:36   ` YunQiang Su
2023-12-26  2:48     ` Junxian Zhu
2024-01-02  9:51     ` Junxian Zhu
2023-12-29  1:00   ` Joseph Myers

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 read-only IMAP folder(s) and NNTP newsgroup(s).