Re: [PATCH][x86] Remove duplicated headers includes

2018-05-30 Thread H.J. Lu
On Wed, May 30, 2018 at 12:51 PM, Uros Bizjak wrote: > On Wed, May 30, 2018 at 2:44 PM, Peryt, Sebastian > wrote: >> Hi, >> >> I have made some cleaning to remove redundancy in includes call of some of >> the headers in x86intrin.h. >> Removed headers were included in both x86intrin.h and immint

Re: [PATCH][x86] Remove duplicated headers includes

2018-05-30 Thread Uros Bizjak
On Wed, May 30, 2018 at 2:44 PM, Peryt, Sebastian wrote: > Hi, > > I have made some cleaning to remove redundancy in includes call of some of > the headers in x86intrin.h. > Removed headers were included in both x86intrin.h and immintrin.h which is > included into x86intrin.h. > > Is it ok for t

[PATCH][x86] Remove duplicated headers includes

2018-05-30 Thread Peryt, Sebastian
Hi, I have made some cleaning to remove redundancy in includes call of some of the headers in x86intrin.h. Removed headers were included in both x86intrin.h and immintrin.h which is included into x86intrin.h. Is it ok for trunk? 2018-05-30 Sebastian Peryt gcc/ * config/i386/cldemo