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 5722187ba5 PPC64: Add libmvec SIMD double-precision sincos function. new da7f0bcee6 PPC64: Add libmvec SIMD single-precision sincosf function. new 0b63368436 powerpc64: Fix mathvec build and tests on POWER < 8
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/fpu/libm-test-ulps | 3 + sysdeps/powerpc/powerpc64/fpu/Versions | 2 +- sysdeps/powerpc/powerpc64/fpu/math-tests-arch.h | 3 +- sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 11 +-- .../fpu/multiarch/test-float-vlen4-wrappers.c | 2 + .../{vec_d_sincos2_vsx.c => vec_s_sincosf4_vsx.c} | 14 ++-- .../{vec_s_sinf4_vsx.c => vec_s_sincosf4_vsx.h} | 98 +++++++++++++++++++++- .../sysv/linux/powerpc/powerpc64/libmvec.abilist | 1 + 10 files changed, 119 insertions(+), 18 deletions(-) copy sysdeps/powerpc/powerpc64/fpu/multiarch/{vec_d_sincos2_vsx.c => vec_s_sincosf [...] copy sysdeps/powerpc/powerpc64/fpu/multiarch/{vec_s_sinf4_vsx.c => vec_s_sincosf4_ [...]