This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/qemu.
from 68e26e1e81 Merge tag 'pull-la-20220719' of https://gitlab.com/rth7680/q [...] adds cab86dea1d Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load adds 15fc6badbd Hexagon (target/hexagon) fix bug in mem_noshuf load exception adds 1f64dd76a1 Merge tag 'pull-hex-20220719-1' of https://github.com/quic/q [...] adds 13c59eb09b target/s390x: fix handling of zeroes in vfmin/vfmax adds 63dd7bcbea target/s390x: fix NaN propagation rules adds 23f13e1986 tests/tcg/s390x: test signed vfmin/vfmax adds f45fd24c90 Merge tag 'pull-request-2022-07-20' of https://gitlab.com/th [...]
No new revisions were added by this update.
Summary of changes: fpu/softfloat-specialize.c.inc | 4 +- target/hexagon/gen_tcg.h | 10 +- target/hexagon/genptr.c | 7 + target/hexagon/helper.h | 1 + target/hexagon/macros.h | 37 +- target/hexagon/op_helper.c | 23 +- target/s390x/tcg/vec_fpu_helper.c | 4 +- tests/tcg/hexagon/Makefile.target | 1 + tests/tcg/hexagon/mem_noshuf.c | 122 +++++- .../{hex_sigsegv.c => mem_noshuf_exception.c} | 68 +++- tests/tcg/s390x/Makefile.target | 7 + tests/tcg/s390x/vfminmax.c | 411 +++++++++++++++++++++ 12 files changed, 653 insertions(+), 42 deletions(-) copy tests/tcg/hexagon/{hex_sigsegv.c => mem_noshuf_exception.c} (51%) create mode 100644 tests/tcg/s390x/vfminmax.c