]> git.ipfire.org Git - thirdparty/glibc.git/commit - math/w_expl_compat.c
Move exp compat wrappers under math/
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 6 Sep 2017 15:48:41 +0000 (16:48 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 13 Sep 2017 16:22:22 +0000 (17:22 +0100)
commitbcea7ad608466a886767ddc743dce0df11980b5f
treebc49cdb3ef44792cb2cd49fe70fbf6f8da7c5757
parent0fc56478a969cd02475130526bf9b2a6e416993c
Move exp compat wrappers under math/

Move exp compat wrappers to math/w_exp{,f,l}_compat.c to be
consistent with other wrappers.

* sysdeps/ieee754/dbl-64/w_exp_compat.c: Move to...
* math/w_exp_compat.c: ... here.
* sysdeps/ieee754/flt-32/w_expf_compat.c: Move to...
* math/w_expf_compat.c: ... here.
* sysdeps/ieee754/ldbl-128/w_expl_compat.c: Move to...
* math/w_expl_compat.c: ... here.
* sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Remove.
* sysdeps/ieee754/ldbl-96/w_expl_compat.c: Remove.
* sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Use the new path.
* sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
ChangeLog
math/w_exp_compat.c [moved from sysdeps/ieee754/dbl-64/w_exp_compat.c with 100% similarity]
math/w_expf_compat.c [moved from sysdeps/ieee754/flt-32/w_expf_compat.c with 100% similarity]
math/w_expl_compat.c
sysdeps/ieee754/ldbl-128/w_expl_compat.c [deleted file]
sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c [deleted file]
sysdeps/ieee754/ldbl-96/w_expl_compat.c [deleted file]
sysdeps/ieee754/ldbl-opt/w_exp_compat.c
sysdeps/ieee754/ldbl-opt/w_expl_compat.c [moved from sysdeps/ieee754/ldbl-64-128/w_expl_compat.c with 72% similarity]