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 00868075af PPC64: Add libmvec SIMD single-precision natural exponent function. new 98dd9ae765 PPC64: Add libmvec SIMD double-precision natural exponent function.
The 1 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 | 2 +- sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 8 +- .../multiarch/{math_config.h => math_config_dbl.h} | 15 +- .../fpu/multiarch/test-double-vlen2-wrappers.c | 1 + .../powerpc64/fpu/multiarch/vec_d_exp2_vsx.c} | 171 +++++++++++++-------- .../powerpc64/fpu/multiarch/vec_d_exp_data.c} | 61 ++++---- .../powerpc64/fpu/multiarch/vec_d_log2_vsx.c | 2 +- .../powerpc64/fpu/multiarch/vec_d_log_data.c | 2 +- .../multiarch/{vec_math_errf.c => vec_math_err.c} | 26 ++-- .../sysv/linux/powerpc/powerpc64/libmvec.abilist | 1 + 12 files changed, 174 insertions(+), 118 deletions(-) rename sysdeps/powerpc/powerpc64/fpu/multiarch/{math_config.h => math_config_dbl.h} (95%) copy sysdeps/{ieee754/dbl-64/e_exp.c => powerpc/powerpc64/fpu/multiarch/vec_d_exp2 [...] copy sysdeps/{ieee754/dbl-64/e_exp_data.c => powerpc/powerpc64/fpu/multiarch/vec_d [...] copy sysdeps/powerpc/powerpc64/fpu/multiarch/{vec_math_errf.c => vec_math_err.c} (66%)