Re: [PATCH 16/23] Add function to retrieve additional ARM AArch64 hwcap

2024-06-18 Thread Richard Henderson
On 6/17/24 11:57, Ajeet Singh wrote: From: Warner Losh Function to retrieve the extended hardware capability flags Signed-off-by: Warner Losh Signed-off-by: Ajeet Singh --- bsd-user/aarch64/target_arch_elf.h | 29 + 1 file changed, 29 insertions(+) Reviewed-by:

[PATCH 16/23] Add function to retrieve additional ARM AArch64 hwcap

2024-06-17 Thread Ajeet Singh
From: Warner Losh Function to retrieve the extended hardware capability flags Signed-off-by: Warner Losh Signed-off-by: Ajeet Singh --- bsd-user/aarch64/target_arch_elf.h | 29 + 1 file changed, 29 insertions(+) diff --git a/bsd-user/aarch64/target_arch_elf.h b/b