public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Szabolcs Nagy <szabolcs.nagy@arm.com>
To: Joseph Myers <joseph@codesourcery.com>, <libc-alpha@sourceware.org>
Subject: Re: Add HWCAP2_SME* from Linux 6.3 to AArch64 bits/hwcap.h
Date: Thu, 18 May 2023 11:17:26 +0100	[thread overview]
Message-ID: <ZGX7NhVJgDzpgwV3@arm.com> (raw)
In-Reply-To: <f367be-1451-537-74f1-aaed651a5cb6@codesourcery.com>

The 05/17/2023 21:05, Joseph Myers wrote:
> Linux 6.3 adds six HWCAP2_SME* constants for AArch64; add them to the
> corresponding bits/hwcap.h in glibc.
> 
> Tested with build-many-glibcs.py for aarch64-linux-gnu.

thanks, this looks good.

Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>

> 
> diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> index 69b2b43140..55c7ed39be 100644
> --- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> +++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> @@ -92,3 +92,9 @@
>  #define HWCAP2_CSSC		(1UL << 34)
>  #define HWCAP2_RPRFM		(1UL << 35)
>  #define HWCAP2_SVE2P1		(1UL << 36)
> +#define HWCAP2_SME2		(1UL << 37)
> +#define HWCAP2_SME2P1		(1UL << 38)
> +#define HWCAP2_SME_I16I32	(1UL << 39)
> +#define HWCAP2_SME_BI32I32	(1UL << 40)
> +#define HWCAP2_SME_B16B16	(1UL << 41)
> +#define HWCAP2_SME_F16F16	(1UL << 42)
> 
> -- 
> Joseph S. Myers
> joseph@codesourcery.com

      reply	other threads:[~2023-05-18 10:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 21:05 Joseph Myers
2023-05-18 10:17 ` Szabolcs Nagy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZGX7NhVJgDzpgwV3@arm.com \
    --to=szabolcs.nagy@arm.com \
    --cc=joseph@codesourcery.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).