Re: [PATCH][GCC][arm] Add CLI and multilib support for Armv8.1-M Mainline MVE extensions

2020-01-18 Thread Jakub Jelinek
On Fri, Jan 17, 2020 at 07:58:46PM +0100, Jakub Jelinek wrote: > One is I wonder if it has been bootstrapped, because at least in a cross > from x86_64-linux to armv7hl-linux-gnueabi I'm seeing: > ../../gcc/config/arm/arm.c: In function ‘void > cmse_nonsecure_call_inline_register_clear()’: >

Re: [PATCH][GCC][arm] Add CLI and multilib support for Armv8.1-M Mainline MVE extensions

2020-01-17 Thread Jakub Jelinek
On Fri, Jan 17, 2020 at 11:12:08AM +, Mihail Ionescu wrote: > On 01/17/2020 08:37 AM, Jakub Jelinek wrote: > > On Wed, Dec 18, 2019 at 05:00:01PM +, Mihail Ionescu wrote: > > > 2019-12-18 Mihail Ionescu > > > 2019-12-18 Andre Vieira > > > > > > * config/arm/arm-cpus.in (mve,

Re: [PATCH][GCC][arm] Add CLI and multilib support for Armv8.1-M Mainline MVE extensions

2020-01-17 Thread Mihail Ionescu
Hi Jakub, On 01/17/2020 08:37 AM, Jakub Jelinek wrote: On Wed, Dec 18, 2019 at 05:00:01PM +, Mihail Ionescu wrote: 2019-12-18 Mihail Ionescu 2019-12-18 Andre Vieira * config/arm/arm-cpus.in (mve, mve_float): New features. (dsp, mve, mve.fp): New options. Note, the

Re: [PATCH][GCC][arm] Add CLI and multilib support for Armv8.1-M Mainline MVE extensions

2020-01-17 Thread Jakub Jelinek
On Wed, Dec 18, 2019 at 05:00:01PM +, Mihail Ionescu wrote: > 2019-12-18 Mihail Ionescu > 2019-12-18 Andre Vieira > > * config/arm/arm-cpus.in (mve, mve_float): New features. > (dsp, mve, mve.fp): New options. Note, the above is not the right ChangeLog formatting when you

Re: [PATCH][GCC][arm] Add CLI and multilib support for Armv8.1-M Mainline MVE extensions

2019-12-18 Thread Kyrill Tkachov
On 12/18/19 5:00 PM, Mihail Ionescu wrote: Hi Kyrill, On 12/18/2019 02:13 PM, Kyrill Tkachov wrote: > Hi Mihail, > > On 11/8/19 4:52 PM, Mihail Ionescu wrote: >> Hi, >> >> This patch adds CLI and multilib support for Armv8.1-M MVE to the Arm >> backend. >> Two new option added for

Re: [PATCH][GCC][arm] Add CLI and multilib support for Armv8.1-M Mainline MVE extensions

2019-12-18 Thread Mihail Ionescu
Hi Kyrill, On 12/18/2019 02:13 PM, Kyrill Tkachov wrote: Hi Mihail, On 11/8/19 4:52 PM, Mihail Ionescu wrote: Hi, This patch adds CLI and multilib support for Armv8.1-M MVE to the Arm backend. Two new option added for v8.1-m.main: "+mve" for integer MVE instructions only and "+mve.fp" for

Re: [PATCH][GCC][arm] Add CLI and multilib support for Armv8.1-M Mainline MVE extensions

2019-12-18 Thread Kyrill Tkachov
Hi Mihail, On 11/8/19 4:52 PM, Mihail Ionescu wrote: Hi, This patch adds CLI and multilib support for Armv8.1-M MVE to the Arm backend. Two new option added for v8.1-m.main: "+mve" for integer MVE instructions only and "+mve.fp" for both integer and single-precision/half-precision