Re: V3 [PATCH] x86: Move cpuinfo.h from libgcc to common/config/i386

2020-05-25 Thread Martin Liška
Hello. I really welcome the unification patch and I have some comments (ideas): 1) +static inline int +has_cpu_feature (struct __processor_model *cpu_model, + unsigned int *cpu_features2, + enum processor_features f) +{ + unsigned int i; + if (f < 32) +return

V3 [PATCH] x86: Move cpuinfo.h from libgcc to common/config/i386

2020-05-22 Thread H.J. Lu via Gcc-patches
On Thu, May 21, 2020 at 10:37 AM H.J. Lu wrote: > > On Wed, May 20, 2020 at 4:21 AM H.J. Lu wrote: > > > > On Tue, May 19, 2020 at 11:10 PM Uros Bizjak wrote: > > > > > > On Tue, May 19, 2020 at 11:40 PM H.J. Lu wrote: > > > > > > > > > > > > > > I will take a look to see if we share the same