This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ad180676b8 Adjust thresholds in Bessel function implementations (bug 14469). new c624d23260 Add a generic scalb implementation new 2b7dc93f82 ldbl-128ibm-compat: Provide a scalb implementation
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: math/Makefile | 7 +-- math/e_scalb.c | 54 ---------------------- math/{e_scalbl.c => e_scalb_template.c} | 33 +++++++------ math/e_scalbf.c | 54 ---------------------- math/w_scalb_compat.c | 6 +-- math/{w_pow_template.c => w_scalb_template.c} | 45 ++++++++++-------- math/w_scalbf_compat.c | 4 +- math/w_scalbl_compat.c | 4 +- .../float128/{e_scalbf128.c => w_scalbf128.c} | 0 sysdeps/ieee754/ldbl-128ibm-compat/Versions | 1 + .../ieee754/ldbl-128ibm-compat/e_scalbf128.c | 19 ++++---- .../ieee754/ldbl-128ibm-compat/w_scalbf128.c | 20 ++++---- sysdeps/ieee754/ldbl-opt/w_scalb_compat.c | 4 +- sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c | 2 + sysdeps/m68k/m680x0/fpu/e_scalbf.c | 2 +- sysdeps/m68k/m680x0/fpu/e_scalbl.c | 2 +- 16 files changed, 78 insertions(+), 179 deletions(-) delete mode 100644 math/e_scalb.c rename math/{e_scalbl.c => e_scalb_template.c} (64%) delete mode 100644 math/e_scalbf.c copy math/{w_pow_template.c => w_scalb_template.c} (60%) copy sysdeps/ieee754/float128/{e_scalbf128.c => w_scalbf128.c} (100%) copy elf/tst-filterobj-flt.c => sysdeps/ieee754/ldbl-128ibm-compat/e_scalbf128.c (69%) copy elf/tst-filterobj-flt.c => sysdeps/ieee754/ldbl-128ibm-compat/w_scalbf128.c (68%)