https://bugs.kde.org/show_bug.cgi?id=427400

--- Comment #10 from Julian Seward <jsew...@acm.org> ---
Also I see you have a helper to compute popcount64
(population_count64_helper).  You know there are some fairly short IR
sequences that will do that in-line, right?  Even if you don't want to do use
that, and instead want to continue with the helper, maybe at least use the
fast sequences in the helper?  The are probably about 15-20 instructions long.
(see gen_POPCOUNT in guest_amd64_toIR.c)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to