diff options
author | Paul A. Clarke <pc@us.ibm.com> | 2019-08-06 00:13:45 -0400 |
---|---|---|
committer | Paul A. Clarke <pc@us.ibm.com> | 2019-08-28 13:52:17 -0500 |
commit | fec2bd2c2d31bc731cf61623e150d047746954bd (patch) | |
tree | 08a770e031939d3c1b4bed81b88ed7a0071ba456 /po | |
parent | e905212627350d54b58426214b5a54ddc852b0c9 (diff) | |
download | glibc-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 'po')
0 files changed, 0 insertions, 0 deletions