This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 57215df30e aarch64: Optimise AdvSIMD log10f
new 015a13e780 aarch64: Optimise AdvSIMD log1p
new 82d3a8a738 aarch64: Optimise AdvSIMD log
new 59c706b418 aarch64: Optimise AdvSIMD log2
new e3c40c8db0 aarch64: Optimise AdvSIMD log10
The 4 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:
sysdeps/aarch64/fpu/log10_advsimd.c | 102 +++++++++++++++++++++++++-----------
sysdeps/aarch64/fpu/log1p_advsimd.c | 40 ++++++++------
sysdeps/aarch64/fpu/log2_advsimd.c | 94 +++++++++++++++++++++++----------
sysdeps/aarch64/fpu/log_advsimd.c | 92 ++++++++++++++++++++++----------
4 files changed, 223 insertions(+), 105 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 83884812c5b libstdc++: Fix node-base containers copy and move construct [...]
new 72a360c7804 amdgcn, libgomp: use xfail for gfx908 requires tests
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:
libgomp/testsuite/libgomp.c-c++-common/requires-4.c | 2 +-
libgomp/testsuite/libgomp.c-c++-common/requires-4a.c | 2 +-
libgomp/testsuite/libgomp.c-c++-common/requires-5.c | 5 ++++-
3 files changed, 6 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 37062ea54ad i386: Fix crc_rev<SWI124:mode>si4 expander [PR122991]
new 83884812c5b libstdc++: Fix node-base containers copy and move construct [...]
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:
libstdc++-v3/include/debug/safe_sequence.h | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from b52c9bb8929 [gdb/testsuite] Fix build-id check in gdb.python/py-missing [...]
new a5818f278a3 Add warning message to readelf for local symbols that refer [...]
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:
binutils/readelf.c | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 762bb01d4e int128: Check BITS_PER_MP_LIMB == 32 instead of __WORDSIZE == 32
new f42c135157 aarch64: Optimise AdvSIMD log1pf
new ab8138303c aarch64: Optimise AdvSIMD logf
new fe83660a7e aarch64: Optimise AdvSIMD log2f
new 57215df30e aarch64: Optimise AdvSIMD log10f
The 4 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:
sysdeps/aarch64/fpu/log10f_advsimd.c | 104 +++++++++++++++++++++++------------
sysdeps/aarch64/fpu/log1pf_advsimd.c | 48 +++++++++++-----
sysdeps/aarch64/fpu/log2f_advsimd.c | 97 +++++++++++++++++++++-----------
sysdeps/aarch64/fpu/logf_advsimd.c | 101 ++++++++++++++++++++++++----------
4 files changed, 241 insertions(+), 109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a761ec59cda testsuite: Add tls runtime directives to decomp18.C [PR122983]
new 37062ea54ad i386: Fix crc_rev<SWI124:mode>si4 expander [PR122991]
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:
gcc/config/i386/i386.md | 2 +-
gcc/testsuite/gcc.dg/pr122991.c | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr122991.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from a2c34f06d features.h: Fix -Wundef problems
new 0d34ce2d7 Cygwin: Document recent fixes to release note
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:
winsup/cygwin/release/3.6.6 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 winsup/cygwin/release/3.6.6
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from a2c34f06d features.h: Fix -Wundef problems
new 0d34ce2d7 Cygwin: Document recent fixes to release note
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:
winsup/cygwin/release/3.6.6 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 winsup/cygwin/release/3.6.6
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch cygwin-3_6-branch
in repository newlib.
from 23378fb14 newlib: copy args for atexit()'ed function before unlock the mutex
new 7d43942e7 Cygwin: Document recent fixes to release note
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:
winsup/cygwin/release/3.6.6 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 winsup/cygwin/release/3.6.6
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d903f5f0e65 contrib: Fix typo in function name in check_GNU_style_lib.py
new a761ec59cda testsuite: Add tls runtime directives to decomp18.C [PR122983]
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:
gcc/testsuite/g++.dg/cpp26/decomp18.C | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.