[arm] Specify +dotprod support for Cortex-A55 and Cortex-A75 in native system detection
commit9f79ab2ee11f46885b6dfb16ea0c6c68d695fde2
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Dec 2017 15:02:49 +0000 (21 15:02 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Dec 2017 15:02:49 +0000 (21 15:02 +0000)
tree5b466d15430b161a0371814877ba3ed8bddd2b55
parent7846aae117439ba8bf293e2c330164a961637fba
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255943 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/driver-arm.c