This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from fab32b6526 math: Remove erfcf fma usage new 82a4f50b4e math: Optimize fma call on asinpif new ae49afe74d math: Optimize fma call on log2pf1 new 6610a293b3 math: Use stdbit.h instead of builtin in math_config.h new 850d93f514 math: Use binary search on lgammaf slow path
The 4 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/auto-libm-test-in | 6 +++ math/auto-libm-test-out-asinpi | 50 +++++++++++++++++++++++ math/auto-libm-test-out-lgamma | 75 ++++++++++++++++++++++++++++++++++ math/auto-libm-test-out-log2p1 | 25 ++++++++++++ sysdeps/ieee754/flt-32/e_lgammaf_r.c | 78 ++++++++++++++++++------------------ sysdeps/ieee754/flt-32/math_config.h | 7 ++-- sysdeps/ieee754/flt-32/s_asinpif.c | 9 ++++- sysdeps/ieee754/flt-32/s_log2p1f.c | 9 ++++- 8 files changed, 214 insertions(+), 45 deletions(-)