Re: [PATCH v2] Add error message for target_clones and AVX512 ISAs (PR target/89929).

2019-04-25 Thread H.J. Lu
On Thu, Apr 25, 2019 at 1:03 AM Uros Bizjak wrote: > > > > On Thu, Apr 25, 2019 at 9:51 AM Martin Liška wrote: >> >> On 4/23/19 10:29 AM, Martin Liška wrote: >> > On 4/18/19 7:44 PM, H.J. Lu wrote: >> >> On Thu, Apr 18, 2019 at 4:07 AM Martin Liška wrote: >> >>> >> >>> Hi. >> >>> >> >>> I'm send

Re: [PATCH v2] Add error message for target_clones and AVX512 ISAs (PR target/89929).

2019-04-25 Thread Uros Bizjak
On Thu, Apr 25, 2019 at 9:51 AM Martin Liška wrote: > On 4/23/19 10:29 AM, Martin Liška wrote: > > On 4/18/19 7:44 PM, H.J. Lu wrote: > >> On Thu, Apr 18, 2019 at 4:07 AM Martin Liška wrote: > >>> > >>> Hi. > >>> > >>> I'm sending updated version of that patch. The patch rejects usage of > AVX51

Re: [PATCH v2] Add error message for target_clones and AVX512 ISAs (PR target/89929).

2019-04-25 Thread Martin Liška
On 4/23/19 10:29 AM, Martin Liška wrote: > On 4/18/19 7:44 PM, H.J. Lu wrote: >> On Thu, Apr 18, 2019 at 4:07 AM Martin Liška wrote: >>> >>> Hi. >>> >>> I'm sending updated version of that patch. The patch rejects usage of >>> AVX512 ISAs (except AVX512F) >>> for target attribute for C++ multiver

Re: [PATCH v2] Add error message for target_clones and AVX512 ISAs (PR target/89929).

2019-04-23 Thread Martin Liška
On 4/18/19 7:44 PM, H.J. Lu wrote: > On Thu, Apr 18, 2019 at 4:07 AM Martin Liška wrote: >> >> Hi. >> >> I'm sending updated version of that patch. The patch rejects usage of AVX512 >> ISAs (except AVX512F) >> for target attribute for C++ multiversioning and for target_clone attribute. >> >> Patc

Re: [PATCH v2] Add error message for target_clones and AVX512 ISAs (PR target/89929).

2019-04-18 Thread H.J. Lu
On Thu, Apr 18, 2019 at 4:07 AM Martin Liška wrote: > > Hi. > > I'm sending updated version of that patch. The patch rejects usage of AVX512 > ISAs (except AVX512F) > for target attribute for C++ multiversioning and for target_clone attribute. > > Patch can bootstrap on x86_64-linux-gnu and survi

[PATCH v2] Add error message for target_clones and AVX512 ISAs (PR target/89929).

2019-04-18 Thread Martin Liška
Hi. I'm sending updated version of that patch. The patch rejects usage of AVX512 ISAs (except AVX512F) for target attribute for C++ multiversioning and for target_clone attribute. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin >From