r255943 - in /trunk/gcc: ChangeLog config/arm/d...

ktkachov@gcc.gnu.org ktkachov@gcc.gnu.org
Thu Dec 21 15:02:00 GMT 2017


Author: ktkachov
Date: Thu Dec 21 15:02:49 2017
New Revision: 255943

URL: https://gcc.gnu.org/viewcvs?rev=255943&root=gcc&view=rev
Log:
[arm] Specify +dotprod support for Cortex-A55 and Cortex-A75 in native system detection

Since support for -mcpu=cortex-a55 and -mcpu=cortex-a75
was added we added support for the +dotprod extension
which these CPUs support.

We already specify as such in the arm-cpus.in entries for
these processors. However the table in driver-arm.c was
not adding +dotproct to the -march string that it generates.

This patch fixes that oversight.
In the future I'd like to get the arm_cpu_table in driver-arm.c
be auto-generated somehow from the arm-cpus.in data so
that we don't have to keep track of discrepancies explicitly...

Bootstrapped and tested on arm-none-linux-gnueabihf.

	* config/arm/driver-arm.c (arm_cpu_table): Specify dotprod
	support for Cortex-A55 and Cortex-A75.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/driver-arm.c



More information about the Gcc-cvs mailing list