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/gnu-master-arm-spec2k6-O3-vs-O3_LTO 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 [...] new 59bb418bd0 benchtests: Add "workload" traces for exp new abc9732aee benchtests: Add "workload" traces for expf128 new fba686aa42 benchtests: Add "workload" traces for pow new e24b248dcb benchtests: Add "workload" traces for powf128 new cfa220bfdc benchtests: Add "workload" traces for sin new ad1e1db5dc benchtests: Add "workload" traces for sinf new 26fbd74059 benchtests: Add "workload" traces for sinf128 new c71d13a098 Update powerpc libm-test-ulps
The 8 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: 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