Re: [PATCH] i386: Remove not used model number for Diamond Rapids

2025-01-07 Thread Uros Bizjak
On Wed, Jan 8, 2025 at 7:51 AM Haochen Jiang wrote: > > Hi all, > > In ISE, The model number for Diamond Rapids is 13_01H. > Remove 0x00 since it is unused. > > Ref: https://cdrdv2.intel.com/v1/dl/getContent/671368 > > Ok for trunk? OK as a trivial patch. Thanks, Uros. > > Thx, > Haochen > > gc

[PATCH] i386: Remove not used model number for Diamond Rapids

2025-01-07 Thread Haochen Jiang
Hi all, In ISE, The model number for Diamond Rapids is 13_01H. Remove 0x00 since it is unused. Ref: https://cdrdv2.intel.com/v1/dl/getContent/671368 Ok for trunk? Thx, Haochen gcc/ChangeLog: * common/config/i386/cpuinfo.h (get_intel_cpu): Remove 0x00. --- gcc/common/config/i386/cpuin