]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386: Remove not used model number for Diamond Rapids
authorHaochen Jiang <haochen.jiang@intel.com>
Wed, 8 Jan 2025 06:44:56 +0000 (14:44 +0800)
committerHaochen Jiang <haochen.jiang@intel.com>
Thu, 9 Jan 2025 01:42:35 +0000 (09:42 +0800)
In ISE, The model number for Diamond Rapids is 13_01H.
Remove 0x00 since it is unused.

gcc/ChangeLog:

* common/config/i386/cpuinfo.h (get_intel_cpu): Remove 0x00.

gcc/common/config/i386/cpuinfo.h

index 0ac13f613cebbde205187fb691e805b606249df1..a6ede14a3ccb9f5e5eaa8866e2f29c35d3234285 100644 (file)
@@ -640,7 +640,6 @@ get_intel_cpu (struct __processor_model *cpu_model,
   else if (cpu_model2->__cpu_family == 0x13)
     switch (cpu_model2->__cpu_model)
       {
-      case 0x00:
       case 0x01:
        /* Diamond Rapids.  */
        cpu = "diamondrapids";