This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch tuliom/libmvec in repository glibc.
from 1a8225b785 PPC64: Add libmvec SIMD single-precision logarithm function. new d075895624 powerpc64: Fix libmvec's logf4 build on GCC < 8 new 00868075af PPC64: Add libmvec SIMD single-precision natural exponent function.
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: NEWS | 1 + sysdeps/powerpc/bits/math-vector.h | 2 + sysdeps/powerpc/powerpc64/fpu/Versions | 1 + sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 7 +- .../powerpc64/fpu/multiarch/math_config_flt.h | 64 +++++++-- .../fpu/multiarch/test-float-vlen4-wrappers.c | 1 + .../powerpc64/fpu/multiarch/vec_math_errf.c | 24 +++- .../powerpc64/fpu/multiarch/vec_s_exp2f_data.c} | 30 ++-- .../powerpc64/fpu/multiarch/vec_s_expf4_vsx.c | 159 +++++++++++++++++++++ .../powerpc64/fpu/multiarch/vec_s_logf4_vsx.c | 11 ++ .../sysv/linux/powerpc/powerpc64/libmvec.abilist | 1 + 11 files changed, 275 insertions(+), 26 deletions(-) copy elf/tst-audit13.c => sysdeps/powerpc/powerpc64/fpu/multiarch/vec_math_errf.c (65%) copy sysdeps/{ieee754/flt-32/e_exp2f_data.c => powerpc/powerpc64/fpu/multiarch/vec [...] create mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/vec_s_expf4_vsx.c