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 1dd33db8c3 PPC64: Add libmvec SIMD single-precision sine function. new 5722187ba5 PPC64: Add libmvec SIMD double-precision sincos 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/fpu/libm-test-ulps | 3 + sysdeps/powerpc/powerpc64/fpu/Versions | 1 + sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 6 +- .../fpu/multiarch/test-double-vlen2-wrappers.c | 2 + .../powerpc64/fpu/multiarch/vec_d_sincos2_vsx.c | 19 +++-- .../{vec_d_sin2_vsx.c => vec_d_sincos2_vsx.h} | 82 ++++++++++++++++++++-- .../sysv/linux/powerpc/powerpc64/libmvec.abilist | 1 + 9 files changed, 102 insertions(+), 15 deletions(-) copy support/xpthread_attr_setstack.c => sysdeps/powerpc/powerpc64/fpu/multiarch/v [...] copy sysdeps/powerpc/powerpc64/fpu/multiarch/{vec_d_sin2_vsx.c => vec_d_sincos2_vs [...]