Re: [OE-core] [PATCH 1/2] tunes: Add support for sve instructions on armv8/armv9

2023-07-22 Thread Khem Raj
On Fri, Jul 21, 2023 at 7:34 AM Alexandre Belloni < alexandre.bell...@bootlin.com> wrote: > Hello Khem, > > On 12/07/2023 09:12:54-0700, Khem Raj wrote: > > On Wed, Jul 12, 2023 at 3:29 AM Ross Burton wrote: > > > > > > On 11 Jul 2023, at 21:10, Khem Raj via lists.openembedded.org > wrote: > > >

Re: [OE-core] [PATCH 1/2] tunes: Add support for sve instructions on armv8/armv9

2023-07-21 Thread Alexandre Belloni via lists.openembedded.org
Hello Khem, On 12/07/2023 09:12:54-0700, Khem Raj wrote: > On Wed, Jul 12, 2023 at 3:29 AM Ross Burton wrote: > > > > On 11 Jul 2023, at 21:10, Khem Raj via lists.openembedded.org > > wrote: > > > > > > This helps in defining correct compiler options and configure options > > > for glibc and ov

Re: [OE-core] [PATCH 1/2] tunes: Add support for sve instructions on armv8/armv9

2023-07-12 Thread Khem Raj
On Wed, Jul 12, 2023 at 3:29 AM Ross Burton wrote: > > On 11 Jul 2023, at 21:10, Khem Raj via lists.openembedded.org > wrote: > > > > This helps in defining correct compiler options and configure options > > for glibc and overall ABI for toolchain > > Given this, shouldn’t the glibc patch respec

Re: [OE-core] [PATCH 1/2] tunes: Add support for sve instructions on armv8/armv9

2023-07-12 Thread Ross Burton
On 11 Jul 2023, at 21:10, Khem Raj via lists.openembedded.org wrote: > > This helps in defining correct compiler options and configure options > for glibc and overall ABI for toolchain Given this, shouldn’t the glibc patch respect the tune flags instead of forcibly turning sve off? Ross -=-=-

[OE-core] [PATCH 1/2] tunes: Add support for sve instructions on armv8/armv9

2023-07-11 Thread Khem Raj
This helps in defining correct compiler options and configure options for glibc and overall ABI for toolchain Signed-off-by: Khem Raj --- meta/conf/machine/include/arm/feature-arm-sve.inc | 5 + 1 file changed, 5 insertions(+) create mode 100644 meta/conf/machine/include/arm/feature-arm-sve