From: Alex Coplan Date: Fri, 25 Sep 2020 16:16:34 +0000 (+0100) Subject: arm: Add missing Neoverse V1 feature X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4af3472517b7914c5f68da0f2b5ea962812368a1;p=gcc.git arm: Add missing Neoverse V1 feature This adds a missing feature (FP16) to the Neoverse V1 description in AArch32 GCC. gcc/ChangeLog: * config/arm/arm-cpus.in (neoverse-v1): Add FP16. --- diff --git a/gcc/config/arm/arm-cpus.in b/gcc/config/arm/arm-cpus.in index be563b7f807..bf460ddbcaf 100644 --- a/gcc/config/arm/arm-cpus.in +++ b/gcc/config/arm/arm-cpus.in @@ -1494,7 +1494,7 @@ begin cpu neoverse-v1 cname neoversev1 tune for cortex-a57 tune flags LDSCHED - architecture armv8.4-a+bf16+i8mm + architecture armv8.4-a+fp16+bf16+i8mm option crypto add FP_ARMv8 CRYPTO costs cortex_a57 end cpu neoverse-v1