public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: DJ Delorie <dj@redhat.com>
To: libc-alpha@sourceware.org
Subject: [PATCH 0/2] coalesce some rv64 and rv32 stuff
Date: Tue, 20 Sep 2022 15:50:12 -0400	[thread overview]
Message-ID: <cover.1663702373.git.dj@redhat.com> (raw)


This is a rework of Alistair's patches from Sept 2020.  I used the
latest rv64 ULPs and tweaked the .c moves to accomodate the latest
copyright years etc.  Alistair retains credit for the authorship, I'm
just tweaking it to make it apply cleanly.

https://patchwork.sourceware.org/project/glibc/list/?series=815

Alistair Francis (2):
  riscv: Consolidate the libm-test-ulps
  riscv: Remove RV32 floating point functions

 sysdeps/riscv/rv32/rvd/libm-test-ulps         | 1405 -----------------
 sysdeps/riscv/rv32/rvd/libm-test-ulps-name    |    1 -
 sysdeps/riscv/rv32/rvd/s_lrint.c              |   31 -
 sysdeps/riscv/rv32/rvd/s_lround.c             |   31 -
 sysdeps/riscv/rv32/rvf/s_lrintf.c             |   31 -
 sysdeps/riscv/rv32/rvf/s_lroundf.c            |   31 -
 sysdeps/riscv/{rv64 => }/rvd/libm-test-ulps   |    0
 .../riscv/{rv64 => }/rvd/libm-test-ulps-name  |    0
 sysdeps/riscv/{rv64 => }/rvd/s_lrint.c        |   12 +-
 sysdeps/riscv/{rv64 => }/rvd/s_lround.c       |   12 +-
 sysdeps/riscv/{rv64 => }/rvf/s_lrintf.c       |   12 +-
 sysdeps/riscv/{rv64 => }/rvf/s_lroundf.c      |   12 +-
 12 files changed, 40 insertions(+), 1538 deletions(-)
 delete mode 100644 sysdeps/riscv/rv32/rvd/libm-test-ulps
 delete mode 100644 sysdeps/riscv/rv32/rvd/libm-test-ulps-name
 delete mode 100644 sysdeps/riscv/rv32/rvd/s_lrint.c
 delete mode 100644 sysdeps/riscv/rv32/rvd/s_lround.c
 delete mode 100644 sysdeps/riscv/rv32/rvf/s_lrintf.c
 delete mode 100644 sysdeps/riscv/rv32/rvf/s_lroundf.c
 rename sysdeps/riscv/{rv64 => }/rvd/libm-test-ulps (100%)
 rename sysdeps/riscv/{rv64 => }/rvd/libm-test-ulps-name (100%)
 rename sysdeps/riscv/{rv64 => }/rvd/s_lrint.c (83%)
 rename sysdeps/riscv/{rv64 => }/rvd/s_lround.c (83%)
 rename sysdeps/riscv/{rv64 => }/rvf/s_lrintf.c (83%)
 rename sysdeps/riscv/{rv64 => }/rvf/s_lroundf.c (83%)

-- 
2.31.1


             reply	other threads:[~2022-09-20 19:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20 19:50 DJ Delorie [this message]
2022-09-15  4:37 ` [PATCH 1/2] riscv: Consolidate the libm-test-ulps DJ Delorie
2022-09-21 17:35   ` Adhemerval Zanella Netto
2022-09-21 18:39     ` DJ Delorie
2022-09-20 19:21 ` [PATCH 2/2] riscv: Remove RV32 floating point functions DJ Delorie
2022-09-21 17:37   ` Adhemerval Zanella Netto

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=cover.1663702373.git.dj@redhat.com \
    --to=dj@redhat.com \
    --cc=libc-alpha@sourceware.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 read-only IMAP folder(s) and NNTP newsgroup(s).