diff mbox series

Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h

Message ID a0a468fd-42fc-5110-315f-3542bc1e7726@codesourcery.com
State New
Headers show
Series Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h | expand

Commit Message

Joseph Myers Jan. 9, 2023, 9:20 p.m. UTC
Linux 6.1 adds a new AArch64 HWCAP2 value HWCAP2_SVE_EBF16; add it to
the corresponding bits/hwcap.h.

Tested with build-many-glibcs.py for aarch64.

Comments

Szabolcs Nagy Jan. 10, 2023, 10:44 a.m. UTC | #1
The 01/09/2023 21:20, Joseph Myers wrote:
> Linux 6.1 adds a new AArch64 HWCAP2 value HWCAP2_SVE_EBF16; add it to
> the corresponding bits/hwcap.h.
> 
> Tested with build-many-glibcs.py for aarch64.

This can be committed.
thanks.

> 
> diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> index d5231ad1bc..bc1b3eaba4 100644
> --- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> +++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> @@ -88,3 +88,4 @@
>  #define HWCAP2_SME_FA64		(1 << 30)
>  #define HWCAP2_WFXT		(1UL << 31)
>  #define HWCAP2_EBF16		(1UL << 32)
> +#define HWCAP2_SVE_EBF16	(1UL << 33)
> 
> -- 
> Joseph S. Myers
> joseph@codesourcery.com
diff mbox series

Patch

diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index d5231ad1bc..bc1b3eaba4 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -88,3 +88,4 @@ 
 #define HWCAP2_SME_FA64		(1 << 30)
 #define HWCAP2_WFXT		(1UL << 31)
 #define HWCAP2_EBF16		(1UL << 32)
+#define HWCAP2_SVE_EBF16	(1UL << 33)