This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/4] various FPSCR optimizations


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

Patches 1 & 2 are resends with changes, addressing comments from Paul Murphy.
Patches 3 & 4 are new.

Paul A. Clarke (4):
  [powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accesses
  [powerpc] SET_RESTORE_ROUND improvements
  [powerpc] fesetenv: optimize FPSCR access
  [powerpc] fegetenv_status: simplify instruction generation

 sysdeps/powerpc/fpu/fedisblxcpt.c  | 14 ++++++++------
 sysdeps/powerpc/fpu/feenablxcpt.c  | 15 ++++++++-------
 sysdeps/powerpc/fpu/fenv_libc.h    | 24 ++++++++++--------------
 sysdeps/powerpc/fpu/fenv_private.h | 38 ++++++++++++++++++++++++++++++++++++--
 sysdeps/powerpc/fpu/fesetenv.c     | 12 ++++--------
 sysdeps/powerpc/fpu/fesetmode.c    | 15 +++++----------
 6 files changed, 71 insertions(+), 47 deletions(-)

-- 
1.8.3.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]