aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm-cpu-cdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/arm-cpu-cdata.h')
-rw-r--r--gcc/config/arm/arm-cpu-cdata.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/config/arm/arm-cpu-cdata.h b/gcc/config/arm/arm-cpu-cdata.h
index b00d83302f6..8c996bd2b0a 100644
--- a/gcc/config/arm/arm-cpu-cdata.h
+++ b/gcc/config/arm/arm-cpu-cdata.h
@@ -1006,6 +1006,20 @@ static const struct arm_arch_core_flag arm_arch_core_flags[] =
},
},
{
+ "armv8.2-a+dotprod",
+ {
+ ISA_ARMv8_2a,isa_bit_dotprod,
+ isa_nobit
+ },
+ },
+ {
+ "armv8.2-a+fp16+dotprod",
+ {
+ ISA_ARMv8_2a,isa_bit_fp16,isa_bit_dotprod,
+ isa_nobit
+ },
+ },
+ {
"armv8-m.base",
{
ISA_ARMv8m_base,