This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/glibc.
from b4bbedb1e7 dso-ordering-test.py: Put all sources in one directory [BZ #28550] adds 1f67d8286b elf: Use a temporary file to generate Makefile fragments [BZ [...] adds d8c2e8e043 elf: hidden visibility for __minimal_malloc functions new a43c0b5483 x86-64: Create microbenchmark infrastructure for libmvec
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: elf/Makefile | 10 +- elf/dl-minimal-malloc.c | 5 + sysdeps/x86_64/fpu/Makeconfig | 35 +++ sysdeps/x86_64/fpu/Makefile | 40 +++ sysdeps/x86_64/fpu/bench-libmvec-skeleton.c | 103 ++++++ sysdeps/x86_64/fpu/scripts/bench_libmvec.py | 464 ++++++++++++++++++++++++++++ 6 files changed, 655 insertions(+), 2 deletions(-) create mode 100644 sysdeps/x86_64/fpu/bench-libmvec-skeleton.c create mode 100755 sysdeps/x86_64/fpu/scripts/bench_libmvec.py