This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 455257a4fff aarch64: Add support for unpacked SVE FP binary arithmetic new 0e9f08c7851 aarch64: Add support for unpacked SVE FDIV
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-sve.md | 50 +++++++++++----------- gcc/config/aarch64/iterators.md | 8 ++++ .../gcc.target/aarch64/sve/unpacked_fdiv_1.c | 38 ++++++++++++++++ .../gcc.target/aarch64/sve/unpacked_fdiv_2.c | 15 +++++++ .../gcc.target/aarch64/sve/unpacked_fdiv_3.c | 13 ++++++ 5 files changed, 99 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_fdiv_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_fdiv_2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_fdiv_3.c