This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1b8b53ef75c libstdc++-v3: Handle iconv as optional for newlib builds [P [...] new fcc3af99498 aarch64: Improve popcount for bytes [PR113042]
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/aarch64/aarch64.md | 37 +++++++++++++++++++----------- gcc/testsuite/gcc.target/aarch64/popcnt5.c | 19 +++++++++++++++ gcc/testsuite/gcc.target/aarch64/popcnt6.c | 19 +++++++++++++++ gcc/testsuite/gcc.target/aarch64/popcnt7.c | 18 +++++++++++++++ gcc/testsuite/gcc.target/aarch64/popcnt8.c | 18 +++++++++++++++ 5 files changed, 98 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt5.c create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt6.c create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt7.c create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt8.c