diff mbox series

arm: Add missing Neoverse V1 feature

Message ID 20200925111800.ew4bushbe67fuhdn@arm.com
State New
Headers show
Series arm: Add missing Neoverse V1 feature | expand

Commit Message

Alex Coplan Sept. 25, 2020, 11:18 a.m. UTC
Hello,

This simple follow-on patch adds a missing feature (FP16) to the
Neoverse V1 description in AArch32 GCC.

OK for master?

Thanks,
Alex

---

gcc/ChangeLog:

	* config/arm/arm-cpus.in (neoverse-v1): Add FP16.

Comments

Kyrylo Tkachov Sept. 25, 2020, 11:18 a.m. UTC | #1
> -----Original Message-----
> From: Alex Coplan <Alex.Coplan@arm.com>
> Sent: 25 September 2020 12:18
> To: gcc-patches@gcc.gnu.org
> Cc: nickc@redhat.com; Richard Earnshaw <Richard.Earnshaw@arm.com>;
> Ramana Radhakrishnan <Ramana.Radhakrishnan@arm.com>; Kyrylo
> Tkachov <Kyrylo.Tkachov@arm.com>
> Subject: [PATCH] arm: Add missing Neoverse V1 feature
> 
> Hello,
> 
> This simple follow-on patch adds a missing feature (FP16) to the
> Neoverse V1 description in AArch32 GCC.
> 
> OK for master?

Ok, sorry for not catching it in the original review.
Kyrill

> 
> Thanks,
> Alex
> 
> ---
> 
> gcc/ChangeLog:
> 
> 	* config/arm/arm-cpus.in (neoverse-v1): Add FP16.
diff mbox series

Patch

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