]> sourceware.org Git - glibc.git/commit
S390: Use libc_fe* macros in fe* functions.
authorStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:09:32 +0000 (15:09 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 11 Dec 2019 14:12:25 +0000 (15:12 +0100)
commit238adf59db85646ebae47876819bd896dae597bc
treebc11e42ee2928d1549b9dfd405fbaee17c9cabfd
parent7c94d036c17dfd352d11e9bf98e5d84122c1f95e
S390: Use libc_fe* macros in fe* functions.

This patch updates the s390 specific functions fegetround,
fesetround, feholdexcept, fesetenv, feupdateenv, fegetexceptflag,
fetestexcept, fesetexceptflag, fetestexceptflag.
Now those functions are using the libc_fe* macros if possible.

Furthermore fegetexceptflag is now returning the exception from
dxc field shifted to the usual exception-flags.
Thus a special fetestexceptflag implementation is not needed anymore.
sysdeps/s390/fpu/fegetround.c
sysdeps/s390/fpu/feholdexcpt.c
sysdeps/s390/fpu/fesetenv.c
sysdeps/s390/fpu/fesetround.c
sysdeps/s390/fpu/fetestexceptflag.c [deleted file]
sysdeps/s390/fpu/feupdateenv.c
sysdeps/s390/fpu/fgetexcptflg.c
sysdeps/s390/fpu/fsetexcptflg.c
sysdeps/s390/fpu/ftestexcept.c
This page took 0.041014 seconds and 5 git commands to generate.