public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] coalesce some rv64 and rv32 stuff
@ 2022-09-20 19:50 DJ Delorie
  2022-09-15  4:37 ` [PATCH 1/2] riscv: Consolidate the libm-test-ulps DJ Delorie
  2022-09-20 19:21 ` [PATCH 2/2] riscv: Remove RV32 floating point functions DJ Delorie
  0 siblings, 2 replies; 6+ messages in thread
From: DJ Delorie @ 2022-09-20 19:50 UTC (permalink / raw)
  To: libc-alpha


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


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

end of thread, other threads:[~2022-09-21 18:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20 19:50 [PATCH 0/2] coalesce some rv64 and rv32 stuff DJ Delorie
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

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).