unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Various FPSCR-related changes
@ 2019-09-19 18:46 Paul A. Clarke
  2019-09-19 18:46 ` [PATCH v2 1/6] [powerpc] fenv_private.h clean up Paul A. Clarke
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Paul A. Clarke @ 2019-09-19 18:46 UTC (permalink / raw)
  To: libc-alpha; +Cc: tuliom, murphyp

From: "Paul A. Clarke" <pc@us.ibm.com>

I collected a set of patches, some already posted but until now not
in a series.  Thus, the "v2".  I changed the order a bit, and there
are a couple of new changes included.  Only one has been previously
reviewed, marked with "Reviewed-by" therein.

Paul A. Clarke (6):
  [powerpc] fenv_private.h clean up
  [powerpc] No need to enter "Ignore Exceptions Mode"
  [powerpc] libc_feupdateenv_test: optimize FPSCR access
  [powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR write
  [powerpc] __fesetround_inline optimizations
  [powerpc] Rename fegetenv_status to fegetenv_control

 sysdeps/powerpc/fpu/fedisblxcpt.c  |   5 +-
 sysdeps/powerpc/fpu/feenablxcpt.c  |   5 +-
 sysdeps/powerpc/fpu/fegetexcept.c  |   2 +-
 sysdeps/powerpc/fpu/fegetmode.c    |   2 +-
 sysdeps/powerpc/fpu/feholdexcpt.c  |   7 +--
 sysdeps/powerpc/fpu/fenv_libc.h    |  56 +++++++++++++++++---
 sysdeps/powerpc/fpu/fenv_private.h | 103 +++++++++----------------------------
 sysdeps/powerpc/fpu/fesetenv.c     |  19 ++-----
 sysdeps/powerpc/fpu/fesetmode.c    |   9 ++--
 sysdeps/powerpc/fpu/feupdateenv.c  |  17 +-----
 10 files changed, 91 insertions(+), 134 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2019-09-27 14:27 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19 18:46 [PATCH v2 0/6] Various FPSCR-related changes Paul A. Clarke
2019-09-19 18:46 ` [PATCH v2 1/6] [powerpc] fenv_private.h clean up Paul A. Clarke
2019-09-20 15:36   ` Paul E Murphy
2019-09-22  5:11     ` Paul Clarke
2019-09-23 14:58       ` Paul E Murphy
2019-09-19 18:46 ` [PATCH v2 2/6] [powerpc] No need to enter "Ignore Exceptions Mode" Paul A. Clarke
2019-09-23 15:15   ` Paul E Murphy
2019-09-19 18:46 ` [PATCH v2 3/6] [powerpc] libc_feupdateenv_test: optimize FPSCR access Paul A. Clarke
2019-09-23 15:39   ` Paul E Murphy
2019-09-19 18:46 ` [PATCH v2 4/6] [powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR write Paul A. Clarke
2019-09-23 15:54   ` Paul E Murphy
2019-09-23 17:54     ` Paul Clarke
2019-09-27 14:27       ` Paul E Murphy
2019-09-19 18:46 ` [PATCH v2 5/6] [powerpc] __fesetround_inline optimizations Paul A. Clarke
2019-09-23 16:08   ` Paul E Murphy
2019-09-19 18:46 ` [PATCH v2 6/6] [powerpc] Rename fegetenv_status to fegetenv_control Paul A. Clarke
2019-09-23 16:21   ` Paul E Murphy
2019-09-23 17:48     ` Paul Clarke
2019-09-19 19:14 ` [PATCH v2 7/6] [powerpc] Rename fesetenv_mode to fesetenv_control Paul A. Clarke
2019-09-23 16:24   ` Paul E Murphy

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