|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC 3/4] Arm64: further speed-up to hweight{32, 64}()
On 04/06/2019 17:11, Julien Grall wrote: Hi Jan, On 5/31/19 10:53 AM, Jan Beulich wrote: IIRC it did look like Linux's hweight() routines could possibly be further tuned for the A64 ISA to shave off one or two more instructions, but it's yet to be proven that performance is anywhere near critical enough to justify maintaining arch-specific versions. It costs us basically nothing to switch between the two generic implementations though, so since the smaller-and-no-slower code can be considered a net win (however minor), there seemed no reason *not* to apply the existing option appropriately. Robin. Cheers,--- a/xen/arch/arm/Kconfig +++ b/xen/arch/arm/Kconfig @@ -12,6 +12,7 @@ config ARM_32 config ARM_64 def_bool y depends on 64BIT + select HAS_FAST_MULTIPLY config ARM def_bool y _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |