Add bfloat16 support for AVX512 register view.
[deliverable/binutils-gdb.git] / gdb / target-descriptions.c
index 20d624c0c6524e76dbd51082ef2f2100eb19e8b6..6778b93400b80eb63a1168a2ce47ef0ce411cb6f 100644 (file)
@@ -141,6 +141,11 @@ make_gdb_type (struct gdbarch *gdbarch, struct tdesc_type *ttype)
          m_type = arch_float_type (m_gdbarch, -1, "builtin_type_i387_ext",
                                    floatformats_i387_ext);
          return;
+
+       case TDESC_TYPE_BFLOAT16:
+         m_type = arch_float_type (m_gdbarch, -1, "builtin_type_bfloat16",
+                                   floatformats_bfloat16);
+         return;
        }
 
       internal_error (__FILE__, __LINE__,
This page took 0.023002 seconds and 4 git commands to generate.