Re: [PATCH, rs6000] Change x86 intrinsic compat headers to use #error

2018-01-10 Thread Peter Bergner
On 1/10/18 2:14 PM, Segher Boessenkool wrote: > On Tue, Jan 09, 2018 at 04:09:25PM -0600, Peter Bergner wrote: >> The following patch changes the x86 intrinsic compat headers to use #error >> instead of #warning. We do this for two reasons. Firstly, we want the user >> to really be sure they want

Re: [PATCH, rs6000] Change x86 intrinsic compat headers to use #error

2018-01-10 Thread Segher Boessenkool
On Tue, Jan 09, 2018 at 04:09:25PM -0600, Peter Bergner wrote: > The following patch changes the x86 intrinsic compat headers to use #error > instead of #warning. We do this for two reasons. Firstly, we want the user > to really be sure they want/need to use the x86 intrinsic compat support > bef

[PATCH, rs6000] Change x86 intrinsic compat headers to use #error

2018-01-09 Thread Peter Bergner
The following patch changes the x86 intrinsic compat headers to use #error instead of #warning. We do this for two reasons. Firstly, we want the user to really be sure they want/need to use the x86 intrinsic compat support before doing so, because a warning is too easy to ignore. Secondly, we do