This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d0b952edd3f Add cond_add/sub/mul for vector integer modes. new fa3ca6151cc aarch64: Turn sve_width tuning field into a bitmask new 83d796d3e58 aarch64: Add a simple fixed-point class for costing new b585f0112f2 aarch64: Split out aarch64_adjust_body_cost_sve new 78770e0e5d9 aarch64: Add gather_load_xNN_cost tuning fields new 537afb0857c aarch64: Tweak the cost of elementwise stores new 028059b46ec aarch64: Tweak MLA vector costs new 9690309baf8 aarch64: Restrict issue heuristics to inner vector loop new 048039c49b9 aarch64: Add -mtune=neoverse-512tvb
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: gcc/config/aarch64/aarch64-cores.def | 1 + gcc/config/aarch64/aarch64-protos.h | 17 +- gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.c | 634 +++++++++++++++++++++++++++-------- gcc/config/aarch64/fractional-cost.h | 236 +++++++++++++ gcc/doc/invoke.texi | 27 +- 6 files changed, 776 insertions(+), 141 deletions(-) create mode 100644 gcc/config/aarch64/fractional-cost.h