Re: [PATCH] x86: Remove brand ID check for Intel processors

2020-06-24 Thread Uros Bizjak via Gcc-patches
On Wed, Jun 24, 2020 at 5:01 PM H.J. Lu wrote: > > Brand ID was a feature that briefly existed in some Pentium III and > Pentium 4 CPUs. The CPUs that had non-zero brand ID still have had > valid family/model. Brand ID just gives a marketing name for the CPU. > Remove the extra code for brand ID

[PATCH] x86: Remove brand ID check for Intel processors

2020-06-24 Thread H.J. Lu via Gcc-patches
Brand ID was a feature that briefly existed in some Pentium III and Pentium 4 CPUs. The CPUs that had non-zero brand ID still have had valid family/model. Brand ID just gives a marketing name for the CPU. Remove the extra code for brand ID check. gcc/ PR target/95660 * common/co