Re: [PATCH 15/23] Add function to retrieve ARM AArch64 hardware capabilities

2024-06-18 Thread Richard Henderson
On 6/17/24 11:57, Ajeet Singh wrote: From: Warner Losh The function initializes default hardware capabilities and finds additional features using the `GET_FEATURE_ID` macro Signed-off-by: Warner Losh Signed-off-by: Ajeet Singh --- bsd-user/aarch64/target_arch_elf.h | 38 ++

[PATCH 15/23] Add function to retrieve ARM AArch64 hardware capabilities

2024-06-17 Thread Ajeet Singh
From: Warner Losh The function initializes default hardware capabilities and finds additional features using the `GET_FEATURE_ID` macro Signed-off-by: Warner Losh Signed-off-by: Ajeet Singh --- bsd-user/aarch64/target_arch_elf.h | 38 ++ 1 file changed, 38 insertio