Re: [PATCH 15/24] bsd-user/arm/target_arch_elf.h: arm get hwcap

2021-10-28 Thread Richard Henderson
On 10/19/21 9:44 AM, Warner Losh wrote: Implement get_elf_hwcap to get the first word of hardware capabilities. Signed-off-by: Klye Evans Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_elf.h | 72 +- 1 file changed, 71

Re: [PATCH 15/24] bsd-user/arm/target_arch_elf.h: arm get hwcap

2021-10-26 Thread Kyle Evans
On Tue, Oct 19, 2021 at 11:45 AM Warner Losh wrote: > > Implement get_elf_hwcap to get the first word of hardware capabilities. > > Signed-off-by: Klye Evans > Signed-off-by: Stacey Son > Signed-off-by: Warner Losh > --- > bsd-user/arm/target_arch_elf.h | 72 +-

[PATCH 15/24] bsd-user/arm/target_arch_elf.h: arm get hwcap

2021-10-19 Thread Warner Losh
Implement get_elf_hwcap to get the first word of hardware capabilities. Signed-off-by: Klye Evans Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_elf.h | 72 +- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git