aboutsummaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorPaul A. Clarke <pc@us.ibm.com>2019-08-06 00:13:45 -0400
committerPaul A. Clarke <pc@us.ibm.com>2019-08-28 13:52:17 -0500
commitfec2bd2c2d31bc731cf61623e150d047746954bd (patch)
tree08a770e031939d3c1b4bed81b88ed7a0071ba456 /intl
parente905212627350d54b58426214b5a54ddc852b0c9 (diff)
downloadglibc-fec2bd2c2d31bc731cf61623e150d047746954bd.zip
glibc-fec2bd2c2d31bc731cf61623e150d047746954bd.tar.gz
glibc-fec2bd2c2d31bc731cf61623e150d047746954bd.tar.bz2
[powerpc] fesetenv: optimize FPSCR access
fesetenv() reads the current value of the Floating-Point Status and Control Register (FPSCR) to determine the difference between the current state of exception enables and the newly requested state. All of these bits are also returned by the lighter weight 'mffsl' instruction used by fegetenv_status(). Use that instead. Also, remove a local macro _FPU_MASK_ALL in favor of a common macro, FPU_ENABLES_MASK from fenv_libc.h. Finally, use a local variable ('new') in favor of a pointer dereference ('*envp').
Diffstat (limited to 'intl')
0 files changed, 0 insertions, 0 deletions