diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2017-12-14 09:50:33 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2017-12-14 09:50:33 +0000 |
commit | 30af63d7cbde0e47f3b9e3ad2320f7fd65dc762f (patch) | |
tree | 81afa03b1e467c1ecd9e7768e55e8326431b079a /gcc/ada/gcc-interface/utils.c | |
parent | 9096c2c543f9d47822cc086ff1cfb21767d6a1b4 (diff) | |
download | gcc-30af63d7cbde0e47f3b9e3ad2320f7fd65dc762f.zip gcc-30af63d7cbde0e47f3b9e3ad2320f7fd65dc762f.tar.gz gcc-30af63d7cbde0e47f3b9e3ad2320f7fd65dc762f.tar.bz2 |
[AArch64] Specify fp16 support for Cortex-A55 and Cortex-A75
The Cortex-A55 and Cortex-A75 processors support the fp16 extension.
We already specify them as such in the arm port.
This patch makes aarch64 consistent on this front.
Bootstrapped and tested on aarch64-none-linux-gnu.
Manually checked that compiling with aarch64-none-linux-gnu-gcc -mcpu=cortex-a55 -dM -E - < /dev/null
shows __ARM_FEATURE_FP16_VECTOR_ARITHMETIC and __ARM_FEATURE_FP16_SCALAR_ARITHMETIC being specified
as expected whereas they were not before this patch.
* config/aarch64/aarch64-cores.def (cortex-a55, cortex-a75,
cortex-a75.cortex-a55): Specify AARCH64_FL_F16 in the arch features.
From-SVN: r255624
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
0 files changed, 0 insertions, 0 deletions