This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-Oz in repository toolchain/ci/glibc.
from 04bba1e5d8 x86: Set CPU usable feature bits conservatively [BZ #26552] adds 721a853415 elf.h: Add aarch64 bti/pac dynamic tag constants adds 7b51d9f69e C11 threads: Fix inaccuracies in testsuite adds 3357087b2a string: Fix GCC 11 `-Werror=stringop-overread' error adds e74b61c09a Disable -Wstringop-overread for some string tests adds c6a1a261c6 nptl: futex: Provide correct indentation for part of __futex [...] adds 59bb418bd0 benchtests: Add "workload" traces for exp adds abc9732aee benchtests: Add "workload" traces for expf128 adds fba686aa42 benchtests: Add "workload" traces for pow adds e24b248dcb benchtests: Add "workload" traces for powf128 adds cfa220bfdc benchtests: Add "workload" traces for sin adds ad1e1db5dc benchtests: Add "workload" traces for sinf adds 26fbd74059 benchtests: Add "workload" traces for sinf128 adds c71d13a098 Update powerpc libm-test-ulps
No new revisions were added by this update.
Summary of changes: benchtests/Makefile | 2 +- benchtests/exp-inputs | 1002 +++++++++++++++++ benchtests/expf128-inputs | 1005 ++++++++++++++++++ benchtests/pow-inputs | 1002 +++++++++++++++++ benchtests/powf128-inputs | 1005 ++++++++++++++++++ benchtests/sin-inputs | 2004 ++++++++++++++++++++++++++++++++++ benchtests/sinf-inputs | 2004 ++++++++++++++++++++++++++++++++++ benchtests/sinf128-inputs | 2007 +++++++++++++++++++++++++++++++++++ elf/elf.h | 2 + string/rawmemchr.c | 4 + string/tester.c | 3 + string/tst-cmp.c | 8 + sysdeps/nptl/futex-internal.c | 6 +- sysdeps/powerpc/fpu/libm-test-ulps | 6 +- sysdeps/pthread/tst-mtx-recursive.c | 2 +- sysdeps/pthread/tst-thrd-sleep.c | 2 +- sysdeps/pthread/tst-tss-basic.c | 2 +- 17 files changed, 10056 insertions(+), 10 deletions(-) create mode 100644 benchtests/expf128-inputs create mode 100644 benchtests/powf128-inputs create mode 100644 benchtests/sinf128-inputs