]> sourceware.org Git - glibc.git/commit
[powerpc] fegetexcept: utilize function instead of duplicating code
authorPaul A. Clarke <pc@us.ibm.com>
Wed, 5 Jun 2019 13:50:37 +0000 (08:50 -0500)
committerPaul A. Clarke <pc@us.ibm.com>
Thu, 6 Jun 2019 00:38:10 +0000 (19:38 -0500)
commit0158473d8ff72d97e2163f66dcd8fb627fee4645
tree383bcfb6e8066d5fedae49e152be965c305be1fc
parente863dbf6b26bfddf7c1e5faa1cbf41a5a3ee1382
[powerpc] fegetexcept: utilize function instead of duplicating code

fegetexcept() included code which exactly duplicates the code in
fenv_reg_to_exceptions().  Replace with a call to that function.

2019-06-05  Paul A. Clarke  <pc@us.ibm.com>

* sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Replace code
with call to equivalent function.
ChangeLog
sysdeps/powerpc/fpu/fegetexcept.c
This page took 0.057333 seconds and 5 git commands to generate.