This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ace9e3edbc nss: handle stat failure in check_reload_and_get (BZ #28752) new 4654e7fd5a x86: Add copyright to strpbrk-c.c new 0f91811333 x86: Align varshift table to 32-bytes new 73bae395cf x86: Improve svml_s_atanhf16_core_avx512.S new 65897e9916 x86: Improve svml_s_atanhf8_core_avx2.S new fe1915d4f6 x86: Improve svml_s_atanhf4_core_sse4.S new e560b3c2d2 x86: Optimize svml_s_tanhf16_core_avx512.S new 3a49ce8799 x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4 new bcc41f66a4 x86: Optimize svml_s_tanhf8_core_avx2.S new cffb9414c5 x86: Optimize svml_s_tanhf4_core_sse4.S
The 9 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: .../fpu/multiarch/svml_s_atanhf16_core_avx512.S | 474 +++++------ .../fpu/multiarch/svml_s_atanhf4_core_sse4.S | 378 ++++----- .../fpu/multiarch/svml_s_atanhf8_core_avx2.S | 405 +++++---- .../fpu/multiarch/svml_s_tanhf16_core_avx512.S | 527 ++++++------ .../x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S | 865 ++++--------------- .../x86_64/fpu/multiarch/svml_s_tanhf8_core_avx2.S | 912 ++++----------------- sysdeps/x86_64/fpu/multiarch/svml_s_tanhf_rodata.S | 621 ++++++++++++++ sysdeps/x86_64/multiarch/strpbrk-c.c | 18 + sysdeps/x86_64/multiarch/varshift.c | 5 +- sysdeps/x86_64/multiarch/varshift.h | 3 +- 10 files changed, 1855 insertions(+), 2353 deletions(-) create mode 100644 sysdeps/x86_64/fpu/multiarch/svml_s_tanhf_rodata.S